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/cli init nuxt-community/module-template <module-name>
cd <module-name>
yarn install # or npm install
Then, just head to Modules Guide for more help.
For easier development you can use yarn link or npm link to link to your project.
Then start build using npm run dev
.
npm run release
Don't forget to: