init
Showing
.browserslistrc
0 → 100644
.env
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
docs/behavior-editor.png
0 → 100644
29.3 KB
docs/data-binding.png
0 → 100644
14.7 KB
7.94 KB
docs/project-list.png
0 → 100644
7.34 KB
docs/records.md
0 → 100644
docs/ui.sketch
0 → 100644
File added
docs/view-editor.png
0 → 100644
42.6 KB
docs/技术方案.xmind
0 → 100644
File added
docs/项目拆分.xmind
0 → 100644
File added
index.html
0 → 100644
mock/api/project/create.json
0 → 100644
mock/api/project/env.json
0 → 100644
mock/api/project/query.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "zeroing-editor", | |||
"private": true, | |||
"scripts": { | |||
"serve": "vue-cli-service serve", | |||
"build": "vue-cli-service build", | |||
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'" | |||
}, | |||
"dependencies": { | |||
"cookie": "^0.4.0", | |||
"core-js": "^2.6.5", | |||
"element-ui": "^2.4.5", | |||
"moment": "^2.24.0", | |||
"querystringify": "^2.1.1", | |||
"splitpanes": "^1.14.5", | |||
"vue": "^2.6.10", | |||
"vue-i18n": "^8.0.0", | |||
"vue-router": "^3.0.3", | |||
"vuex": "^3.0.1" | |||
}, | |||
"devDependencies": { | |||
"@kazupon/vue-i18n-loader": "^0.3.0", | |||
"@vue/cli-plugin-babel": "^3.11.0", | |||
"@vue/cli-service": "^3.11.0", | |||
"node-sass": "^4.9.2", | |||
"sass": "^1.22.9", | |||
"sass-loader": "^7.2.0", | |||
"vue-cli-plugin-element": "^1.0.1", | |||
"vue-cli-plugin-i18n": "^0.6.0", | |||
"vue-template-compiler": "^2.6.10" | |||
}, | |||
"appVersion": "0.1.0" | |||
} |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/common.js
0 → 100644
src/api/env.js
0 → 100644
src/api/index.js
0 → 100644
src/api/project.js
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/components/HelloI18n.vue
0 → 100644
src/components/Pane.vue
0 → 100644
src/config.js
0 → 100644
src/global-events.js
0 → 100644
src/i18n.js
0 → 100644
src/locales/en.json
0 → 100644
src/locales/zh-CN.json
0 → 100644
src/main.js
0 → 100644
src/plugins/element.js
0 → 100644
src/router.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/env.js
0 → 100644
src/store/modules/project.js
0 → 100644
src/themes/light/base.scss
0 → 100644
src/themes/light/editor.scss
0 → 100644
src/themes/light/home.scss
0 → 100644
src/themes/light/index.scss
0 → 100644
src/themes/light/pane.scss
0 → 100644
src/themes/light/var.scss
0 → 100644
src/utils.js
0 → 100644
src/views/Editor.vue
0 → 100644
src/views/Editor/Assets.vue
0 → 100644
src/views/Editor/ToolBar.vue
0 → 100644
src/views/Editor/Views.vue
0 → 100644
src/views/Home.vue
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
zeroing-editor.iml
0 → 100644