Giter VIP home page Giter VIP logo

vue-multiple-page's Introduction

Vue多页面脚手架(App脚手架)

结合 Hbuilder 使用,可以快速开发 WebApp

  • 支持 Npm 生态
  • 支持 vue 语法,以及 vue 生态,比如 vux,mint,vant
  • 支持 ES6/ES7 语法
  • 使用 VConsole 调试
  • 局域网便捷调试,不插数据线也可以调试
  • 纯原生html5+开发,体验堪比原生=> h5+文档

文件结构

.
├── build  项目构建配置
├── config  开发相关配置
├── static  打包所需静态资源
├── tests  测试相关
└── src
    └── assets 项目静态资源
        ├── css  项目css文件
        ├── img  图片资源
        └── js   项目js文件
    └── utils  项目静态资源
        ├── common.js   项目公用js
        ├── request.js  接口请求js
        ├── store.js    项目本地存储js
        ├── update.js   app检测升级js
        └── webview.js  页面组件js
    ├── components  项目复用组件
    ├── page  项目页面(可嵌套路径)
    ├── App.vue  项目入口文件
    ├── main.js  项目入口文件js
    └── page.json  页面路由配置文件
└── manifest.json   app项目配置文件

First install dependencies

npm i

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Add project to Hbuilder and pack it to an App(.apk / .ipa)

详情=> Manifest.json文档

vue-multiple-page's People

Stargazers

 avatar

Watchers

 avatar  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.