nuxtstation
v0.0.1
Published
[![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] [![Standard JS][standard-js-src]][standard-js-href]
Downloads
8
Readme
Nuxtstation
Usage
- Install
nuxtstation
in your current nuxt project:
Yarn:
yarn add nuxtstation
NPM:
npm i nuxtstation
- Replace
dev
andstart
scripts inpackage.json
:
{
"scripts": {
-- "dev": "nuxt dev"
-- "start": "nuxt start"
++ "dev": "nuxtstation dev"
++ "start": "nuxtstation start"
}
}
📑 License
Copyright (c) Nuxt.js Team