A Nuxt.js starter project template without the distraction of a complicated development environment.
This is a project template for legacy vue-cli.
$ npm install -g @vue/cli
$ npm install -g @vue/cli-init$ vue init "nuxt-community/typescript-template#master" my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install$ npm run devGo to http://localhost:3000
# build for production and launch the server
$ npm run build
$ npm start$ npm run generate #=> Then distribute /dist