Code Monkey home page Code Monkey logo

venus-mic-module's Introduction

Shine-Standard [雪亮工程标准版]

项目结构

+-- build -> webpack配置文件 代理配置
|
+-- client
|   +-- assets -> 全局资源目录
|   |   +-- css -> 样式资源文件
|   |   +-- img -> 图片资源文件
|   |   +-- font -> 字体图标
|   |   +-- json -> json文件
|   |
|   +-- components -> 全局组件目录
|   |   +-- Component -> 组件
|   |   |   +-- index.vue -> 组件模版文件
|   |   |   +-- cell -> �组件下子组件文件夹
|   |   +-- index.js -> 全局注册入口
|   |
|   +-- router -> �路由配置
|   |
|   +-- store  -> �vuex配置
|   |   +-- globe -> 全局状态模块
|   |   +-- index.js
|   |
|   +-- views -> 视图文件夹
|   |   +-- moduleA -> 功能模块A
|   |   |   +-- homeA -> 视图 homeA
|   |   |       +-- index.vue
|   |   |       +-- components -> 组件文件夹
|   |   +-- moduleB -> 功能模块B
|   |       +-- homeB -> 视图 homeB
|   |           +-- index.vue
|   |           +-- components -> 组件文件夹
|   |
|   +-- app.js -> �应用配置
|   |
|   +-- index.js -> root
|
+-- static -> 静态资源目录
$ git clone --recursive ssh://[email protected]:22016/f2e/f2e-xueliang/mixture.git
$ git submodule init

To Start

$ npm install

To develop:

$ npm run dev

To build for production:

$ npm run build

Generated by tmaker.

venus-mic-module's People

Watchers

 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.