weapp-vite 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/chunk-MOLMG3E3.js +5756 -0
- package/dist/chunk-QGM4M3NI.js +37 -0
- package/dist/cli.cjs +5282 -79
- package/dist/cli.js +17 -8
- package/dist/config.js +2 -0
- package/dist/index.cjs +5230 -59
- package/dist/index.d.cts +10 -3
- package/dist/index.d.ts +10 -3
- package/dist/index.js +2 -1
- package/package.json +18 -6
- package/dist/chunk-2AW3T6LK.js +0 -556
package/README.md
CHANGED
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
> 给小程序现代化的开发体验
|
|
4
4
|
|
|
5
5
|
- [x] Vite 支持,带来了 `typescript` / `scss` / `less` 等等所有支持
|
|
6
|
-
- [x]
|
|
6
|
+
- [x] 插件生态支持,可以使用 `weapp-tailwindcss` 等等插件,也可以自定义编写插件,方便扩展
|
|
7
|
+
|
|
8
|
+
## 文档地址: [vite.icebreaker.top](https://vite.icebreaker.top)
|
|
7
9
|
|
|
8
10
|
## 使用方式
|
|
9
11
|
|
|
@@ -17,7 +19,7 @@ npm i -D weapp-vite
|
|
|
17
19
|
npx weapp-vite init
|
|
18
20
|
```
|
|
19
21
|
|
|
20
|
-
###
|
|
22
|
+
### 开发命令
|
|
21
23
|
|
|
22
24
|
```sh
|
|
23
25
|
npm run dev
|