- vue + vue-router with example components
- express server with routes and api
- simple json based database (lowdb)
- building\watching scripts and tools
Best way to install is from vue-cli.
-
npm install -g vue-cliinstall vue-cli -
vue init rdxi/vue-express new-projectcreate new vue-express app
Done!
(Or you can just download template manually and update package.json with new app name, description, author)
npm install install dependencies
npm run watch watch client and server at localhost:3000
npm run build-client build and minify client js for production
