- Node.js >=12.14.0
- npm >= 6.13.4
git clone [this repository]
npm i --no-save
npm run serve
after you developed, you had better run the following command.
# lint and auto-format
npm run fix
if you build deploy package, you can the following command.
npm run build
# push files to you environment under the `dist` directory
npm run test