Nuxt.js module template
This is a template for vue-cli.
Make sure to use a version of vue-cli >= 2.1 (vue -V) is installed.
If you don’t already have it, just install it.
npx vue init nuxt-community/module-template <module-name>
cd <module-name>
yarn install # or npm install
Then, just head to Modules Guide for more help and don’t forget to submit a PR in awesome-nuxt when your module was ready ;)
For easier development you can use yarn link or npm link
to link to your project. Then start build using npm run dev. To version & publish module:
npm run release