新建日程管理项目;
Showing
... | ... | @@ -16,7 +16,18 @@ |
"moco": "cd test/data && java -jar moco.jar start -g settings.json -p 13009 && cd -" | ||
}, | ||
"dependencies": { | ||
"@fullcalendar/bootstrap": "^4.1.0", | ||
"@fullcalendar/core": "^4.1.0", | ||
"@fullcalendar/daygrid": "^4.1.0", | ||
"@fullcalendar/interaction": "^4.1.0", | ||
"@fullcalendar/resource-common": "^4.1.0", | ||
"@fullcalendar/resource-timeline": "^4.1.0", | ||
"@fullcalendar/timegrid": "^4.1.0", | ||
"@fullcalendar/vue": "^4.1.0", | ||
"bootstrap": "^4.3.1", | ||
"express-proxy-mock": "^1.2.12", | ||
"popper": "^1.0.1", | ||
"popper.js": "^1.15.0", | ||
"sass-bem": "^2.6.5", | ||
"sass-resources-loader": "^2.0.0", | ||
"viewerjs": "^1.3.2", | ||
... | ... | @@ -32,6 +43,7 @@ |
"babel-preset-env": "^1.3.2", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-register": "^6.22.0", | ||
"bootstrap": "^4.3.1", | ||
"chalk": "^1.1.3", | ||
"connect-history-api-fallback": "^1.3.0", | ||
"copy-webpack-plugin": "^4.0.1", | ||
... | ... | @@ -50,16 +62,17 @@ |
"extract-text-webpack-plugin": "^2.0.0", | ||
"file-loader": "^0.11.1", | ||
"friendly-errors-webpack-plugin": "^1.1.3", | ||
"jquery": "^2.2.4", | ||
"html-webpack-plugin": "^2.28.0", | ||
"http-proxy-middleware": "^0.17.3", | ||
"inject-loader": "^3.0.0", | ||
"jquery": "^2.2.4", | ||
"lolex": "^1.5.2", | ||
"node-sass": "^4.5.3", | ||
"opn": "^4.0.2", | ||
"optimize-css-assets-webpack-plugin": "^1.3.0", | ||
"ora": "^1.2.0", | ||
"phantomjs-prebuilt": "^2.1.14", | ||
"popper": "^1.0.1", | ||
"rimraf": "^2.6.0", | ||
"sass-loader": "^4.0.2", | ||
"semver": "^5.3.0", | ||
... | ... |
src/apis/calendar.js
0 → 100644
src/assets/css/tooltip.css
0 → 100644
File moved
File moved
src/routes/calendar.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
test/data/moco.jar
0 → 100644
File added
Please
register
or
sign in
to comment