🚧 When you create a new project, use the official module-template. 🚧
Create Nuxt.js Module in seconds.
$ npx create-nuxt-module # or npx create-nuxt-module <path>
- Nuxt module basic template
- module core (with enable flag)
- serverMiddleware template
- plugin template
- Test environment with Jest
- Unit test
- End-to-End system test
- Formatter
- prettier
- Logger
- consola
- Select development language
- JavaScript
- TypeScript
- Select package manager
- npm
- Yarn
Install:
$ git clone git@github.com:potato4d/create-nuxt-module.git
$ cd create-nuxt-module
$ yarn
Lint and Format files:
$ yarn format
Run tests:
$ yarn test
MIT