nuxt-module template
npm install nuxt-module[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Circle CI][circle-ci-src]][circle-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![License][license-src]][license-href]
> nuxt-module template
1. Add nuxt-module dependency to your project
``bash`
yarn add nuxt-module # or npm install nuxt-module
2. Add nuxt-module to the modules section of nuxt.config.js
`js
{
modules: [
// Simple usage
'nuxt-module',
// With options
['nuxt-module', { / module options / }]
],
// Options
track: {
endpoint: '
}
}
`
1. Clone this repository
2. Install dependencies using yarn install or npm installnpm run dev`
3. Start development server using
Copyright (c) Gull Ocean
[npm-version-src]: https://img.shields.io/npm/v/nuxt-module/latest.svg?style=flat-square
[npm-version-href]: https://npmjs.com/package/nuxt-module
[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-module.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/nuxt-module
[circle-ci-src]: https://img.shields.io/circleci/project/github/gullocean.svg?style=flat-square
[circle-ci-href]: https://circleci.com/gh/gullocean
[codecov-src]: https://img.shields.io/codecov/c/github/gullocean.svg?style=flat-square
[codecov-href]: https://codecov.io/gh/gullocean
[license-src]: https://img.shields.io/npm/l/nuxt-module.svg?style=flat-square
[license-href]: https://npmjs.com/package/nuxt-module