説明なし

FFIB: 5f023c677f update 2 年 前
build b222fe7640 adminStystem 2.0 5 年 前
config 6434df2401 init 5 年 前
src 237a29ab89 本地备份 2 年 前
web_static 6434df2401 init 5 年 前
.editorconfig 6434df2401 init 5 年 前
.eslintignore 6434df2401 init 5 年 前
.eslintrc.js b222fe7640 adminStystem 2.0 5 年 前
.gitignore 6434df2401 init 5 年 前
.prettierrc b222fe7640 adminStystem 2.0 5 年 前
.stylelintignore b222fe7640 adminStystem 2.0 5 年 前
.stylelintrc.json b222fe7640 adminStystem 2.0 5 年 前
.yarnclean dd250132a4 r 5 年 前
README.md 6434df2401 init 5 年 前
index.html 6434df2401 init 5 年 前
package-lock.json dd250132a4 r 5 年 前
package.json dd250132a4 r 5 年 前
postcss.config.js b222fe7640 adminStystem 2.0 5 年 前
yarn.lock dd250132a4 r 5 年 前

README.md

admin system

data visualization

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.