Nuxt.js starter project template for vue-cli ^3.0.0~ https://starter.nuxtjs.org/
This plugin may cause some issues depending on the combination of your vue-cli setups. Feel free to send any scale of issues. All of your feedbacks are gold to me.
- @vue/cli ^3.0.0-beta.6
$ cd <your vue-cli project path>
$ vue add nuxt-starter-template
When vue-cli invokes this plugin,
- Nuxt.js is installed
nuxt
commands are added to yourpackage.json
. (This may overwrite some of your own scripts)- Nuxt directories are added under
/src
. e.g./layouts
,/pages
,/store
nuxt.config.js
is added on your root directory- Your pre existing files under
/src
are moved inside/legacy
so you can still take some goods from them
- Setup CI
- Add Test