mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-27 11:46:10 +01:00
docs: update docs for 1.0.0 (#1034)
This commit is contained in:
parent
6e89e797a8
commit
72ab016e75
13 changed files with 107 additions and 100 deletions
|
|
@ -19,6 +19,8 @@
|
|||
"start": "ng serve",
|
||||
"start:hmr": "ng serve --hmr",
|
||||
"start:aot": "ng serve --aot",
|
||||
"start:prod": "ng serve --prod",
|
||||
"start:prod:aot": "ng serve --prod --aot",
|
||||
"build": "npm run clean:dist && ng build",
|
||||
"build:prod": "npm run build -- --prod",
|
||||
"build:prod:aot": "npm run build -- --aot",
|
||||
|
|
@ -32,7 +34,8 @@
|
|||
"e2e": "ng e2e",
|
||||
"clean:dist": "npm run rimraf -- dist",
|
||||
"clean:coverage": "npm run rimraf -- coverage",
|
||||
"gh-pages": "wintersmith build -C docs && gh-pages -d docs/build"
|
||||
"gh-pages": "wintersmith build -C docs && gh-pages -d docs/build",
|
||||
"docs:serve": "wintersmith preview -C docs"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
@ -110,6 +113,7 @@
|
|||
"tslint-eslint-rules": "3.5.1",
|
||||
"typescript": "2.2.2",
|
||||
"typogr": "0.6.6",
|
||||
"underscore": "1.8.3",
|
||||
"wintersmith": "2.2.5",
|
||||
"wintersmith-sassy": "1.1.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue