Skip to content

Commit

Permalink
添加功能规划
Browse files Browse the repository at this point in the history
  • Loading branch information
xiusin committed Sep 2, 2021
1 parent da31d1d commit 4f909b2
Show file tree
Hide file tree
Showing 7 changed files with 1,068 additions and 79 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ dist
/main
/frp/frpc
/frp/frpc.ini
/tests/
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,9 @@ PineCMS是一个GO语言开发的内容管理系统, 让您可以在短时间内
# TODO
- github.com/gokeeptech/gktemplate
- Bleve 全文检索
- daemon 守护进程
- 插件公共页面配置 (尽可能不让二次开发)
- hook方式支持插件钩子注入信息
- http://8.140.114.57:7000/opsli-boot/doc.html#/opsli%202.X/%E4%BB%A3%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8-%E6%97%A5%E5%BF%97/createUsingGET
- https://chu1204505056.gitee.io/admin-pro/#/mall/goods
- https://editor.yanmao.cc/zh-CN
- https://github.com/textbus/textbus
- github.com/mojocn/base64Captcha 验证
- https://github.com/lljj-x/vue-json-schema-form
- pine记录函数参数反射缓存
- https://github.com/dgraph-io/ristretto
- https://gitee.com/unifig/unifig-admin?_from=gitee_search
137 changes: 75 additions & 62 deletions admin/package.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,77 @@
{
"name": "front-next",
"version": "0.3.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix"
},
"dependencies": {
"array.prototype.flat": "^1.2.4",
"axios": "^0.21.1",
"cl-admin-crud-vue3": "^0.7.2",
"clipboard": "^2.0.8",
"clone-deep": "^4.0.1",
"codemirror": "^5.62.2",
"core-js": "^3.6.5",
"echarts": "^5.0.2",
"element-plus": "^1.0.2-beta.70",
"file-saver": "^2.0.5",
"glob": "^7.1.6",
"js-beautify": "^1.13.5",
"merge": "^2.1.1",
"mitt": "^2.1.0",
"mockjs": "^1.1.0",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"quill": "^1.3.7",
"socket.io-client": "^4.1.2",
"store": "^2.0.12",
"uuid": "^8.3.2",
"vue": "^3.2.2",
"vue-canvas-poster": "^1.2.1",
"vue-echarts": "^6.0.0-rc.3",
"vue-router": "^4.0.5",
"vue-ueditor-wrap": "3.0.6",
"vuedraggable": "^4.0.1",
"vuex": "^4.0.0-0",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@vitejs/plugin-vue": "^1.2.4",
"@vitejs/plugin-vue-jsx": "^1.1.6",
"@vue/compiler-sfc": "3.2.2",
"@vue/composition-api": "^1.0.0-rc.13",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.13.0",
"prettier": "^2.2.1",
"sass": "^1.34.0",
"sass-loader": "^11.1.1",
"svg-sprite-loader": "^6.0.2",
"typescript": "4.1.3",
"vite": "^2.4.4",
"vite-plugin-style-import": "^1.0.1",
"vite-svg-loader": "^2.1.0"
}
"name": "front-next",
"version": "0.3.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix"
},
"dependencies": {
"array.prototype.flat": "^1.2.4",
"axios": "^0.21.1",
"cl-admin-crud-vue3": "^0.7.2",
"clipboard": "^2.0.8",
"clone-deep": "^4.0.1",
"codemirror": "^5.62.2",
"core-js": "^3.6.5",
"echarts": "^5.0.2",
"element-plus": "^1.0.2-beta.70",
"file-saver": "^2.0.5",
"glob": "^7.1.6",
"js-beautify": "^1.13.5",
"merge": "^2.1.1",
"mitt": "^2.1.0",
"mockjs": "^1.1.0",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"quill": "^1.3.7",
"socket.io-client": "^4.1.2",
"store": "^2.0.12",
"uuid": "^8.3.2",
"vue": "^3.2.2",
"vue-canvas-poster": "^1.2.1",
"vue-echarts": "^6.0.0-rc.3",
"vue-router": "^4.0.5",
"vue-ueditor-wrap": "3.0.6",
"vuedraggable": "^4.0.1",
"vuex": "^4.0.0-0",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@aomao/plugin-bold": "^2.3.28",
"@aomao/plugin-fontsize": "^2.3.28",
"@aomao/plugin-hr": "^2.3.28",
"@aomao/plugin-italic": "^2.3.28",
"@aomao/plugin-orderedlist": "^2.3.28",
"@aomao/plugin-paintformat": "^2.3.28",
"@aomao/plugin-quote": "^2.3.28",
"@aomao/plugin-strikethrough": "^2.3.28",
"@aomao/plugin-sub": "^2.3.28",
"@aomao/plugin-sup": "^2.3.28",
"@aomao/plugin-tasklist": "^2.3.29",
"@aomao/plugin-video": "^2.2.28",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@vitejs/plugin-vue": "^1.2.4",
"@vitejs/plugin-vue-jsx": "^1.1.6",
"@vue/compiler-sfc": "3.2.2",
"@vue/composition-api": "^1.0.0-rc.13",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.13.0",
"less": "^4.1.1",
"prettier": "^2.2.1",
"sass": "^1.34.0",
"sass-loader": "^11.1.1",
"svg-sprite-loader": "^6.0.2",
"typescript": "4.1.3",
"vite": "^2.4.4",
"vite-plugin-style-import": "^1.0.1",
"vite-svg-loader": "^2.1.0"
}
}
Loading

0 comments on commit 4f909b2

Please sign in to comment.