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
- Host: GitHub
- URL: https://github.com/k8w/weapp-template
- Owner: k8w
- License: mit
- Created: 2019-12-22T07:31:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T13:34:43.000Z (over 4 years ago)
- Last Synced: 2025-01-09T19:54:38.411Z (9 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weapp-template
微信小程序工程化框架:TypeScript + LESS + WebPack## 初始化
```
npm install
```## 开发
```
npm run dev
```开发者工具 -> 新建小程序 -> 打开此目录
## 构建
```
npm run build
```开发者工具 -> 构建npm -> 上传