0.4.2 • Published 6 years ago

create-nuxt-module v0.4.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Create Nuxt Module

Create Nuxt.js Module in seconds.

create-nuxt-module

Demo video

asciicast

Installation and Usage

$ npx create-nuxt-module # or npx create-nuxt-module <path>

Basic Features

  • 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

Optional Features

  • Select development language
    • JavaScript
    • TypeScript
  • Select package manager
    • npm
    • Yarn

How to Contribute

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

License

MIT

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago