1.0.0 • Published 3 years ago

storeino-nuxt-modulev0 v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Module Template for Nuxt.js

Nuxt.js module template

Features

  • ESLint
  • Ready tests using Jest
  • Code coverage
  • Github Actions
  • Standard Version

Create a Nuxt Module

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.

Development

For easier development you can use yarn link or npm link to link to your project.

Then start build using npm run dev.

Publishing

npm run release

Getting known

Don't forget to: 1. Add nuxt-module Github topic 2. Submit a PR in awesome-nuxt when your module was ready ;) 3. Mention us when you have your first release on our Twitter (@nuxt_js)

Licenses