Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 899 Bytes

README.md

File metadata and controls

77 lines (50 loc) · 899 Bytes

feedback-frontend

Mock server

npm run mock

Swagger

http://localhost:9802/static/index.html

Docker server

构造镜像

docker build -t [镜像名] .

启动容器

docker run -idt -p 9200:9000 --name=dacontainer [镜像id或者镜像名称]

Docker-Compose management docker

docker-compose up -d

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Concurrently Compiles and hot-reloads for development and setup mock swagger server

npm run serve:mock

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Author[Email Address]

protagonisths@gmail.com