topproio / weapp-base

Wechat miniprogram base.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-weapp-base

npm npm npm npm

Weixin app scaffolding based on Yeoman.

Installation

npm install -g yo

And then:

git clone git@github.com:topproio/weapp-base.git

Add the template of the repo to Yeoman's list through npm link.

cd weapp-base
npm link

Then generate your vue project in new folder:

yo
...

How to start Vue project?

Goto the root directory, and run

npm install

Then run husky:update after git init

npm run husky:update

Developing Happy

npm run dev

Configuration

UI framework

  1. Tencent/weui

About

Wechat miniprogram base.

License:MIT License


Languages

Language:JavaScript 74.5%Language:HTML 17.9%Language:CSS 7.6%