Go to your project directory root and run:
$ npm i
To enter on development mode
, run:
$ npm run serve
To build for production mode
, run:
$ npm run build
When you enter on dev
, you may see this screen at localhost:8181
:
The default login from generated
data.sql
located in server project is[email protected]
and the password istester
The password column of your login table must be encrypted by
double SHA-256
. E.g.: The password123456
should be49dc52e6bf2abe5ef6e2bb5b0f1ee2d765b922ae6cc8b95d39dc06c21c848f8c
in the password column.