maz-ui
maz-ui
install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.
nuxt-module
nuxt-module template
Setup
- Add
nuxt-module
dependency to your project
yarn add nuxt-module # or npm install nuxt-module
- Add
nuxt-module
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-module',
// With options
['nuxt-module', { /* module options */ }]
],
// Options
track: {
endpoint: '<add endpoint here>'
}
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Gull Ocean