Giter Site home page Giter Site logo

dashboard's Introduction

  • 安装依赖
yarn install
  • 开发模式运行
yarn run dev
  • 编译项目
yarn run dll (初次编译)

yarn run build
  • Git 提交规范
git add .
git cz
git push
  • 项目目录
├── public
|   └── index.html           # Vue 入口模板
├── src
│   ├── api                  # Api 等
│   ├── assets               # 本地静态资源
│   ├── components           # 业务通用组件
│   ├── core                 # 项目引导, 全局配置初始化,依赖包引入等
│   ├── router               # Vue-Router
│   ├── store                # Vuex
│   ├── utils                # 工具库
│   ├── views                # 业务页面入口和常用模板
│   ├── App.vue              # Vue 模板入口
│   └── main.js              # Vue 入口 JS
│   └── global.less          # 全局样式
├── .cz-config.js          # git 提交规范
├── README.md
└── package.json
  • 项目技术栈

vue
https://cn.vuejs.org/

vue-router
https://router.vuejs.org/zh/

vuex https://vuex.vuejs.org/zh/

UI框架 Ant Design of Vue https://www.antdv.com/docs/vue/introduce-cn/

Ant Design Pro https://pro.antdv.com/

dashboard's People

Contributors

fenglinhai avatar cuuizhiwei1310 avatar isettle avatar ypwcode avatar maxincai 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.