2 Star 1 Fork 1

klmy前台 / wwis-dispatch-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

tag v0.1 是 2018 年 10 月 23 日之前的所有内容 tag v0.2 是 2018 年 10 月 23 日之后修改的精简版本

如果出现问题,请自行回到 v0.1 检查,v0.2 的 commit id 为 87a75bbf96d25978cdb1dd4656ab5862276b13f6。

wwis-base-web

A Vue.js project

Features

  1. Vue2
  2. Webpack3
  3. ElementUI
  4. Eslint
  5. Postcss

Dev

# serve with hot reload at localhost:8010
npm run dev

http://localhost:8010/user/login.html

http://localhost:8010/user/index.html

http://localhost:8010/customer/index.html

Build

# build for production with minification
npm run build // Firstly
node server.js  // Secondly

Then visit the pages http://localhost:2333/user/login.html

Root Folder Structure

├── src  # main folder
│   ├── assets  # common assets folder
│   │   ├── img
│   │   │   └── logo.png
│   │   ├── js
│   │   └── css
│   ├── components # common components folder
│   │   └── modal.vue
│   └── pages  # pages
│       ├── user  # user part (folder name can be customized)
│       │   ├── login # login.html (folder name can be customized)
│       │   │   ├── app.js   # entry js (file name can't be customized unless you change the webpack.config.js)
│       │   │   ├── app.vue  # login vue (file name can be customized)
│       │   │   └── app.html # template html (file name can't be customized unless you change the webpack.config.js)
│       │   └── index # index.html
│       │       ├── app.js
│       │       ├── app.html
│       │       └── app.vue
│       └── customer # customer part (folder name can be customized)
│           └── home # home.html
│               ├── app.html
│               ├── app.js
│               └── app.vue
├── LICENSE
├── .babelrc          # babel config (es2015 default)
├── .eslintrc.js      # eslint config (eslint-config-vue default)
├── server.js         # port 2333
├── package.json
├── postcss.config.js # postcss (autoprefixer default)
├── webpack.config.js
└── README.md

Dist Folder Structure

├── assets
│   ├── css
│   │   ├── customer
│   │   │   ├── home.css
│   │   │   └── home.css.map
│   │   ├── user
│   │   │   ├── index.css
│   │   │   ├── index.css.map
│   │   │   ├── login.css
│   │   │   └── login.css.map
│   │   ├── vendors.css
│   │   └── vendors.css.map
│   └── js
│       ├── customer
│       │   └── home.js
│       ├── user
│       │   ├── index.js
│       │   └── login.js
│       └── vendors.js
├── b02bdc1b846fd65473922f5f62832108.ttf
├── customer
│   └── home.html
├── logo.png
└── user
    ├── index.html
    └── login.html

For detailed explanation on how things work, checkout the guide

空文件

简介

暂无描述 展开 收起
HTML/CSS
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
HTML/CSS
1
https://gitee.com/klmy-web/wwis-dispatch-web.git
git@gitee.com:klmy-web/wwis-dispatch-web.git
klmy-web
wwis-dispatch-web
wwis-dispatch-web
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891