|
hai 8 meses | |
---|---|---|
build | %!s(int64=2) %!d(string=hai) anos | |
languages | hai 8 meses | |
mock | %!s(int64=2) %!d(string=hai) anos | |
plop-templates | %!s(int64=2) %!d(string=hai) anos | |
public | hai 8 meses | |
src | hai 8 meses | |
.eslintignore | %!s(int64=2) %!d(string=hai) anos | |
.eslintrc.js | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | hai 1 ano | |
Dockerfile | hai 10 meses | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
babel.config.js | %!s(int64=2) %!d(string=hai) anos | |
develop.md | hai 1 ano | |
jest.config.js | %!s(int64=2) %!d(string=hai) anos | |
jsconfig.json | %!s(int64=2) %!d(string=hai) anos | |
nginx.conf | hai 1 ano | |
package.json | hai 9 meses | |
plopfile.js | %!s(int64=2) %!d(string=hai) anos | |
postcss.config.js | %!s(int64=2) %!d(string=hai) anos | |
set-envs.sh | hai 10 meses | |
vue.config.js | hai 1 ano |
# clone the project
git clone http://git.wdklian.com/allen/ncs_ui.git
# enter the project directory
cd ncs_ui
# install dependency
npm install --registry=https://registry.npm.taobao.org
# develop
npm run dev
This will automatically open http://localhost:9527
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix