Giter VIP home page Giter VIP logo

vue-admin-day's Introduction

项目结构

|-- dist                // 打包文件
|-- node_module         // 项目依赖包
|-- public              // 静态资源入口
|-- src                 // 源代码
|   |-- api             // 网络请求api
|   |-- assets          // 图片等静态资源
|   |-- components      // 公共组件
|   |-- config          // 公共配置
|   |-- http            // 网络请求
|   |-- mixins          // vue公共mixin
|   |-- mock            // 数据模拟
|   |-- page            // 基础布局
|   |-- router          // 路由 vue-router
|   |-- store           // 数据管理 vuex
|   |-- styles          // 公共样式
|   |-- util            // 公共方法
|   |-- views           // view业务页面
|   |-- App.vue         // vue入口页面
|   |-- log.js          // 全局错误捕获
|   |-- main.js         // vue入口
|   |-- permission.js   // 全局权限
|-- .gitignore          // git 忽略项
|-- babel.config.js     // babel-loader 配置
|-- vue.config.js       // [email protected]+ 配置文件 详见:https://cli.vuejs.org/zh/config/#%E5%85%A8%E5%B1%80-cli-%E9%85%8D%E7%BD%AE

运行

克隆项目
git clone https://github.com/NaturalWind/vue-admin-day.git

进入项目目录
cd vue-admin-day

安装依赖
npm install

运行项目
npm run dev

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.