An open API service indexing awesome lists of open source software.

https://github.com/k8w/weapp-template

微信小程序工程化框架:TypeScript + LESS + WebPack
https://github.com/k8w/weapp-template

Last synced: 7 months ago
JSON representation

微信小程序工程化框架:TypeScript + LESS + WebPack

Awesome Lists containing this project

README

          

# weapp-template
微信小程序工程化框架:TypeScript + LESS + WebPack

## 初始化
```
npm install
```

## 开发
```
npm run dev
```

开发者工具 -> 新建小程序 -> 打开此目录

## 构建
```
npm run build
```

开发者工具 -> 构建npm -> 上传