0.0.1 • Published 5 years ago

nuxtstation v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Nuxtstation

npm version npm downloads Circle CI Codecov Standard JS

Usage

  1. Install nuxtstation in your current nuxt project:

Yarn:

yarn add nuxtstation

NPM:

npm i nuxtstation
  1. Replace dev and start scripts in package.json:
{
  "scripts": {
--    "dev": "nuxt dev"
--    "start": "nuxt start"
++    "dev": "nuxtstation dev"
++    "start": "nuxtstation start"
  }
}

📑 License

MIT License

Copyright (c) Nuxt.js Team