Update readme for styleguide ref

This commit is contained in:
Grzegorz Leoniec 2019-02-16 10:38:31 +01:00
parent 53ea93492d
commit f88276fff5
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
3 changed files with 7 additions and 12 deletions

View File

@ -10,8 +10,6 @@
### Install
``` bash
# install all dependencies
$ cd styleguide && yarn install && cd ..
$ yarn styleguide:build
$ yarn install
```
@ -30,7 +28,6 @@ $ yarn dev
### Build for production
``` bash
# build for production and launch server
$ yarn styleguide:build
$ yarn build
$ yarn start
```
@ -41,10 +38,8 @@ All reusable Components (for example avatar) should be done inside the styleguid
![Styleguide Screenshot](screenshot-styleguide.png)
### To show the styleguide
``` bash
$ yarn styleguide
```
More information can be found here: https://github.com/Human-Connection/Nitro-Styleguide
## Internationalization (i18n)

View File

@ -10,8 +10,8 @@
"start": "cross-env node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue .",
"styleguide": "cd ./node_modules/styleguide && yarn dev",
"styleguide:build": "echo 'STOP DOING IT!'",
"styleguide": "echo 'Command styleguide is Deprecated!'",
"styleguide:build": "echo 'Command styleguide:build is Deprecated!'",
"test": "jest",
"precommit": "yarn lint"
},
@ -50,7 +50,7 @@
"nuxt": "~2.4.3",
"nuxt-env": "~0.1.0",
"portal-vue": "~1.5.1",
"styleguide": "git+https://github.com/Human-Connection/Nitro-Styleguide.git#fix-missing-files",
"styleguide": "git+https://github.com/Human-Connection/Nitro-Styleguide.git",
"v-tooltip": "~2.0.0-rc.33",
"vue-count-to": "~1.0.13",
"vue-izitoast": "1.1.2",

View File

@ -10624,9 +10624,9 @@ style-resources-loader@^1.2.1:
is-promise "^2.1.0"
loader-utils "^1.1.0"
"styleguide@git+https://github.com/Human-Connection/Nitro-Styleguide.git#fix-missing-files":
"styleguide@git+https://github.com/Human-Connection/Nitro-Styleguide.git":
version "1.0.0"
resolved "git+https://github.com/Human-Connection/Nitro-Styleguide.git#e767ee5870e833fc3fce43ca824121eef6fb1029"
resolved "git+https://github.com/Human-Connection/Nitro-Styleguide.git#c141674c65ad941409745e251d0816f94961444f"
dependencies:
portal-vue "~1.5.1"
vue "~2.6.6"