-
install
$ brew install mongo
-
start service
$ alias mongod = "mongod --config /usr/local/etc/mongod.conf" $ mongod
-
install dependencies
$ npm install
-
build vue
npm run dist
-
run
$ npm run local /* read local dev config */ $ npm run prod /* read online prod config */ $ npm start /* read local dev config */ $ open http://localhost:3000/demo.html
Please open an issue here.
MIT