vue wms
1.0.0
Ein Website-Verwaltungssystem basierend auf
element ui
vue.js
# 进入项目根目录
cd **
# 安装依赖文件
npm install
# 启动本地开发环境
npm run start
# 发布开发环境
npm run dev
# 发布测试环境
npm run test
# 发布生产环境
npm run pro
vue
Vue-Router
Axios
Webpack
element-ui
store.js
underscore.js
. ├── README.md // Beschreibungsdatei ├── dist // Projekt-Release-Ausgabeverzeichnis ├── config // Projektumgebungskonfigurationsverzeichnis ├── static // Statisches Ressourcenverzeichnis ├── build // Release-Build-Konfiguration │ ├ ── build.js // Projekteintragsdatei erstellen und veröffentlichen │ ├── dev-server.js // Entwickelte Dienstkonfiguration │ ├── webpack-dev-conf.js // Entwicklungs-Webpack-Konfigurationsdatei │ ├── webpack-prod-conf.js // Produktions-Webpack-Konfigurationsdatei │ ├── webpack-base-conf.js // Grundlegende Webpack-Konfigurationsdatei ├── package.json // Projektabhängigkeitskonfigurationsdatei ├── src // Projektquellcodeverzeichnis │ ├── Assets // css js und Bildressourcen │ ├── Komponenten // Verschiedene Komponenten │ ├── Ansichten // Verschiedene Seiten │ ├── Dienst // Verschiedene Dienste │ │ ├── ajax.js // Ajax-Anforderungskapselung │ │ ├─ ─ config. js // Projektkonfiguration │ │ ├── filter.js // Filter │ │ ├── interceptor.js // Interceptor │ │ ├── router.js // Routing-Konfiguration │ │ └── util.js // Basistool │ ├── App.vue // Root-Komponente │ └── main .js // Vorkompilierter Webpack-Eintrag ├── index.html // Projekteintragsdatei.