Sing App Vue v5.0.0
QUICK START
Requirements
Mac OS X, Windows, or Linux
Yarn package + Node.js v6.5 or newer
Quick start
Run
yarn install
Run
yarn serve
There are also other npm tasks:
yarn run build
: if you need just to build the app (without running a dev server)yarn run lint
: to check the source code for syntax errors and potential issues
For more instruction please refer to ReactJS seed readme.md.