This website works better with JavaScript
Home
Explore
Help
Register
Sign In
front
/
processQCDemo
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
No Description
34
Commits
1
Branches
0
Releases
Tree:
0aadb2a21e
Branches
Tags
his/hzqy
processQCDemo
HTTP
SSH
ZIP
TAR.GZ
zhouna
0aadb2a21e
原版保留
4 years ago
src
0aadb2a21e
原版保留
4 years ago
.gitignore
72ae3c902f
初始环境
5 years ago
package.json
72ae3c902f
初始环境
5 years ago
readme.txt
72ae3c902f
初始环境
5 years ago
server.js
72ae3c902f
初始环境
5 years ago
webpack.config.js
0aadb2a21e
原版保留
4 years ago
readme.txt
## install dependencies
```
npm install
```
### serve with hot reload at localhost:8080
```
npm run server/dev
```
### build for production with minification
```
npm run build
```