0.0.1 • Published 3 years ago

create-ecosis-app v0.0.1

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

🚧 When you create a new project, use the official module-template. 🚧

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