Aucune description

wkeyuan 30ab774208 发布DWSurvey Vue 版本 il y a 3 ans
build f64745c175 发布前的格式检查 il y a 3 ans
config f64745c175 发布前的格式检查 il y a 3 ans
src 30ab774208 发布DWSurvey Vue 版本 il y a 3 ans
static 30ab774208 发布DWSurvey Vue 版本 il y a 3 ans
test f64745c175 发布前的格式检查 il y a 3 ans
.babelrc f64745c175 发布前的格式检查 il y a 3 ans
.editorconfig f64745c175 发布前的格式检查 il y a 3 ans
.eslintignore f64745c175 发布前的格式检查 il y a 3 ans
.eslintrc.js 5c8c11b7ff 代码格式优化 il y a 3 ans
.gitignore f64745c175 发布前的格式检查 il y a 3 ans
.postcssrc.js f64745c175 发布前的格式检查 il y a 3 ans
README.md 30ab774208 发布DWSurvey Vue 版本 il y a 3 ans
index.html 30ab774208 发布DWSurvey Vue 版本 il y a 3 ans
package.json f64745c175 发布前的格式检查 il y a 3 ans

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.