설명 없음

wkeyuan ac8e981e5b 补充修改 3 년 전
build f64745c175 发布前的格式检查 3 년 전
config f64745c175 发布前的格式检查 3 년 전
src 30ab774208 发布DWSurvey Vue 版本 3 년 전
static ac8e981e5b 补充修改 3 년 전
test f64745c175 发布前的格式检查 3 년 전
.babelrc f64745c175 发布前的格式检查 3 년 전
.editorconfig f64745c175 发布前的格式检查 3 년 전
.eslintignore f64745c175 发布前的格式检查 3 년 전
.eslintrc.js 5c8c11b7ff 代码格式优化 3 년 전
.gitignore f64745c175 发布前的格式检查 3 년 전
.postcssrc.js f64745c175 发布前的格式检查 3 년 전
README.md 30ab774208 发布DWSurvey Vue 版本 3 년 전
index.html 30ab774208 发布DWSurvey Vue 版本 3 년 전
package.json f64745c175 发布前的格式检查 3 년 전

README.md

dwsurvey-oss-front-vue

DWSurvey 开源问卷系统,基于VUE实现的社区版前端代码仓库

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.