A Nuxt-Egg starter project template without the distraction of a complicated development environment.
Live demo: https://liylblog.com/nuxt-egg/starter
This is a project template for vue-cli.
$ vue init nuxt-egg/starter my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install
Make sure to use a version of vue-cli >= 2.1 (
vue -V
).
# serve with hot reloading at localhost:7001
$ npm run dev
Go to http://localhost:7001
# build for production and launch the server
$ npm start