Git Product home page Git Product logo

grizzlypersonalapp's Introduction

vuecliud

目录结构

/root
  ├─ dist/              // 产出目录
  ├─ src
  │   ├─ service/
  │   │   ├─ index.js   // api 请求
  │   │   └─ mock.js    // 数据 mock
  │   ├─ assets/        // 公共静态资源
  │   │   ├─ css        // 样式文件
  │   │   └─ images     // 图片文件
  │   ├─ components/    // vue 组件
  │   ├─ utils/         // 工具方法
  │   └─ views/         // 工具方法
  │       ├─ common     // 页面的组件
  │       ├─ pages      // 页面
  │       ├─ index.html // 入口页面模板
  │       └─ index.js   // 入口页面 js
  ├─ .babelrc           // 代码风格配置
  ├─ .editorconfig      // 代码风格配置
  ├─ .eslintrc          // eslint 配置
  ├─ .gitignore         // git 忽略配置
  ├─ .postcssrc.js      // 样式后处理器配置
  ├─ config.xml         // apicloud 配置
  ├─ package.json       // 项目配置
  ├─ README.md          // 项目说明
  └─ webpack.config.js  // 产出配置

页面的组件和页面目录结构

/common or pages
  └─ namespace/         // 命名空间
      ├─ app.html       // 页面模板(一般不用编辑)
      ├─ app.js         // 入口 js(一般不用编辑)
      └─ app.vue        // 页面业务

grizzlypersonalapp's People

Contributors

zjafei avatar

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.