Giter Site home page Giter Site logo

site's Introduction

技术栈

vue2 + vue-cli 3.0 + vue-router + elementUi + webpack + ES6/7 + axios + sass + flex

关于 数据接口 的说明🤔

https://devmicroodr.odrcloud.cn/index.html

peace peace-im-http peace-im-websocket相关接口

2019-01-18

项目运行

注意:由于使用vue-cli3.0, Vue CLI 需要 Node.js 8.9 或更高版本 (推荐 8.11.0+)。你可以使用 nvm 或 nvm-windows 在同一台电脑中管理多个 Node 版本

git clone http://182.254.158.159/beiming-microodr/front-pc/peace.git

cd peace 

npm install

cnpm install

npm run serve (启动项目)
npm run dev (启动项目)

npm run build (构建)

说明

开发环境 macOS/Windows Chrome nodejs 8.9以上

项目布局

$ treer -e ./result.txt -i .git

.
C:\Users\chen\Desktop\beiming\weijiefen
├─.gitignore
├─babel.config.js
├─npm-debug.log
├─package-lock.json
├─package.json
├─README.md
├─vue.config
├─src
|  ├─App.vue            入口
|  ├─main.js    
|  ├─views              页面pages
|  |   ├─tools
|  |   |   └Interest.vue
|  ├─utils              函数工具库
|  |   ├─chengxw.js
|  |   ├─constants.js
|  |   ├─store.js
|  |   └utils.js
|  ├─server             axios请求处理
|  |   └httpServer.js
|  ├─router             路由
|  |   ├─index.js
|  |   └userManagement.js
|  ├─config             接口域名配置
|  |   ├─config.js
|  |   └robot.js
|  ├─components         公共组件
|  |     ├─header.vue
|  |     ├─leftMenu.vue
|  |     ├─date
|  ├─common
|  |   ├─scss          公共css
|  |   |  └commonsize.scss
|  |   ├─js
|  |   ├─fonts
|  ├─assets           图片
|  |   ├─logo.png
|  |   ├─tools
|  |   |   ├─1.png
|  |   |   ├─2.png
|  |   |   ├─3.png
|  |   |   └4.png
|  ├─api                接口
|  |  ├─api.js
|  |  ├─classroom.js
|  |  └reConfig.js
├─public                公共静态文件(webpack不处理此文件夹)
|   ├─flexible.js
|   ├─index.html
|   └reset.css
├─dist                  打包后生产文件
|  ├─favicon.ico
|  ├─index.html
|  ├─assets
|  |   ├─js
|  |   | ├─app.eb6737e6.js
|  |   | └chunk-vendors.df5f2e07.js
|  |   ├─img
|  |   |  └logo.82b9c7a5.png
|  |   ├─css
|  |   |  └app.7542f025.css

# commit规范

build: 主要目的是修改项目构建系统(例如 glup,webpack,rollup 的配置等)的提交
ci:    主要目的是修改项目继续集成流程(例如 Travis,Jenkins,GitLab CI,Circle等)的提交
docs:  文档更新
feat:  新增功能
fix:   bug 修复
perf:  性能优化
refactor:重构代码(既没有新增功能,也没有修复 bug)
style: 不影响程序逻辑的代码修改(修改空白字符,补全缺失的分号等)
test:  新增测试用例或是更新现有测试
revert:回滚某个更早之前的提交
chore: 不属于以上类型的其他类型

site's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.