0.0.1 • Published 10 months ago

@henrotaymcorp/nuxt-module-boilerplate-test v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

#nuxt-module-boilerplate-test

nuxt-module-boilerplate-test

Installation

yarn add @henrotaymcorp/nuxt-module-boilerplate-test

Add @henrotaymcorp/nuxt-module-boilerplate-test to the modules section of nuxt.config.ts

export default defineNuxtConfig({
  modules: [
    '@henrotaymcorp/nuxt-module-boilerplate-test'
  ],
  nuxtModuleBoilerplateTest: {
    // @TODO
  }
})

That's it! You can now use nuxt-module-boilerplate-test in your Nuxt app ✨

Usage

// @TODO

Development

./cli bootstrap #bootstrap project
./cli start #start project
./cli stop #stop project
./cli restart  #restart project
0.0.1

10 months ago

0.0.0

10 months ago