vue-cli-plugin-nuxt-starter-template
v0.0.6
Published
Nuxt.js starter template plugin for vue-cli ^3.0.0~
Readme
vue-cli-plugin-nuxt-starter-template
Nuxt.js starter project template for vue-cli ^3.0.0~ https://starter.nuxtjs.org/
Warning :warning:
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.
Requirements
- @vue/cli ^3.0.0-beta.6
Quickstart
$ cd <your vue-cli project path>
$ vue add nuxt-starter-templateWhat it does when invoked
When vue-cli invokes this plugin,
- Nuxt.js is installed
nuxtcommands 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.jsis added on your root directory- Your pre existing files under
/srcare moved inside/legacyso you can still take some goods from them
TODO
- Setup CI
- Add Test
