mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update readme for styleguide ref
This commit is contained in:
parent
53ea93492d
commit
f88276fff5
@ -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
|
||||
|
||||

|
||||
|
||||
### To show the styleguide
|
||||
``` bash
|
||||
$ yarn styleguide
|
||||
```
|
||||
More information can be found here: https://github.com/Human-Connection/Nitro-Styleguide
|
||||
|
||||
|
||||
## Internationalization (i18n)
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user