@xyz/nuxt-setup

0.0.1 • Public • Published

nuxt

npm version npm downloads Github Actions CI Codecov License

📖 Release Notes

Setup

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

    // With options
    ['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) Baker Shamlan root@xyz.dev

Readme

Keywords

none

Package Sidebar

Install

npm i @xyz/nuxt-setup

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

5.77 kB

Total Files

5

Last publish

Collaborators

  • masterde