Code Monkey home page Code Monkey logo

vuemobilerem's Introduction

nisu

nisu 移动端项目

命令

# 安装依赖包
npm install

# 启动服务
npm run dev

# 打包文件
npm run build

# 为生产环境打包文件,并查看包分析器报告
npm run build --report

目录结构说明

.
├── .babelrc            // Babel配置
├── .editorconfig       // 编辑器配置
├── .eslintignore       // ESLint忽略配置
├── .eslintrc.js        // eslint配置
├── .gitignore          // git忽略配置
├── .postcssrc.js       // postcss 插件配置
├── build               // webpack 构建目录
   ├── build.js
   ├── check-versions.js
   ├── logo.png
   ├── utils.js
   ├── vue-loader.conf.js
   ├── webpack.base.conf.js
   ├── webpack.dev.conf.js
   └── webpack.prod.conf.js
├── config
   ├── dev.env.js
   ├── index.js
   └── prod.env.js
├── index.html
├── package.json        // package
├── src
   ├── api
      └── index.js    // 接口存放
   ├── assets          // 资源文件夹
      ├── images      // 图片存放
      └── stylus      // �stylus样式
   ├── components      // 组件文件夹
      └── topbar      // topbar 组件
   ├── directives      // vue.js 指令
      └── index.js
   ├── filters         // vue.js 过滤器
      ├── filters.js
      └── index.js
   ├── index.js
   ├── main.js         // �入口文件
   ├── mixins          // vue.js 混合
   ├── plugins         // vue.js 插件
      ├── axios.js
      ├── index.js
      └── loading
   ├── router          // vue.js 路由�
      ├── index.js
      └── routes
   ├── store           // vue.js vuex配置
      ├── index.js
      └── modules
   ├── utils           // 工具类函数
      ├── local-storage.js    // localStorage �封装文件
      ├── responsive.js       // ��响应配置
      ├── scale.js
      └── session-storage.js  // �封装sessionStorage
│── └── views // vue 页面

guide

docs for vue-loader.

vuemobilerem's People

Contributors

bruceshang avatar

Stargazers

 avatar battle avatar

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.