0.2.1 • Published 5 years ago

@jdousdebes/365gestion-core-nuxt v0.2.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

faucar-nuxt

npm version npm downloads Circle CI Codecov License

📖 Release Notes

Setup

  1. Add faucar-nuxt dependency to your project
yarn add faucar-nuxt # or npm install faucar-nuxt
  1. Add faucar-nuxt to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'faucar-nuxt',

    // With options
    ['faucar-nuxt', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) HAWK

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago