All Projects → F-loat → mpvue-quickstart

F-loat / mpvue-quickstart

Licence: other
🐱‍👤 更优雅的 mpvue 起手式

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
shell
77523 projects

Projects that are alternatives of or similar to mpvue-quickstart

mpvue-apps
使用 Vue.js 开发小程序的前端框架
Stars: ✭ 21 (-88.2%)
Mutual labels:  mpvue, mpvue-entry
auth0-spring-mvc-sample
Auth0 Integration Samples for Java Spring MVC Web Applications
Stars: ✭ 20 (-88.76%)
Mutual labels:  quickstart
quickstart-calls-directcall-ios
iOS sample for Direct Call of Sendbird Calls, guiding you to build a real-time voice and video calls quickly and easily.
Stars: ✭ 13 (-92.7%)
Mutual labels:  quickstart
mpvue-busline
公交lite —— 用mpvue重写的公交查询小程序。
Stars: ✭ 50 (-71.91%)
Mutual labels:  mpvue
spa-custom-hooks
💯 Custom hook of business layer (asynchronous task notification solution), supporting various applets and Vue architectures (uni app, wepy, mpvue, etc.)
Stars: ✭ 307 (+72.47%)
Mutual labels:  mpvue
active-directory-dotnet-desktop-msgraph-v2
Sample showing how a Windows desktop .NET (WPF) application can get an access token using MSAL.NET and call the Microsoft Graph API or other APIs protected by the Microsoft identity platform (Azure Active Directory v2)
Stars: ✭ 103 (-42.13%)
Mutual labels:  quickstart
common-mpvue
使用mpvue开发小程序通用能力封装
Stars: ✭ 31 (-82.58%)
Mutual labels:  mpvue
tripleo-lab
Custom lab for tripleo - deployed on a physical node with libvirt
Stars: ✭ 20 (-88.76%)
Mutual labels:  quickstart
my-project
mpvue体验
Stars: ✭ 25 (-85.96%)
Mutual labels:  mpvue
auth0-ios-swift-sample
Auth0 Integration Samples for iOS Swift
Stars: ✭ 55 (-69.1%)
Mutual labels:  quickstart
mpvue-vant-weapp
使用mpvue导入vant-weapp
Stars: ✭ 20 (-88.76%)
Mutual labels:  mpvue
generator-mpvue-project
Yeoman generator of mpvue project
Stars: ✭ 25 (-85.96%)
Mutual labels:  mpvue
auth0-rubyonrails-sample
Auth0 Integration Samples for Ruby on Rails Web Applications
Stars: ✭ 36 (-79.78%)
Mutual labels:  quickstart
orchestrate-quick-start
PegaSys Orchestrate Quick start
Stars: ✭ 19 (-89.33%)
Mutual labels:  quickstart
emotional-sticker
基于mpvue和bootstrap的微信小程序
Stars: ✭ 28 (-84.27%)
Mutual labels:  mpvue
auth0-xamarin-oidc-samples
Auth0 OIDC Client with Xamarin applications
Stars: ✭ 26 (-85.39%)
Mutual labels:  quickstart
vault-quickstart
Some shell scripts to get vault up and running as quickly as possible
Stars: ✭ 11 (-93.82%)
Mutual labels:  quickstart
mpvue-imooc-ebook-docs
「小慕读书」官网
Stars: ✭ 52 (-70.79%)
Mutual labels:  mpvue
auth0-spring-security5-api-sample
Sample demonstrating how to secure your API using Spring Boot 2 and Spring Security 5
Stars: ✭ 39 (-78.09%)
Mutual labels:  quickstart
AWS Stripe-SaaS-quickstart
🛍️ 🚀 AWS Software as a Service App with subscriptions using Stripe Quickstart
Stars: ✭ 30 (-83.15%)
Mutual labels:  quickstart

mpvue-quickstart

fork 自 vuejs-templates/webpack 修改而来

tree

基本用法

$ npm install -g @vue/cli @vue/cli-init
$ vue init F-loat/mpvue-quickstart my-project
$ cd my-project
$ npm install
$ npm run dev

主要特性

  • 移除 express 等无关依赖
  • 引入 mpvue-entry,移除冗余的 main.js 文件
  • 引入 mpvue-router-patch,支持使用类 vue-router 的 api
  • 引入 vant-weapp,全局配置原生组件库,快速搭建页面
  • 支持官方分包(mpvue-loader@^1.1.0),简化配置方式
  • 支持 standard 及 airbnb 两种默认 eslint 配置

详细文档请查阅

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].