https://github.com/shunyue1320/mini-vue3
迷你 vue3
https://github.com/shunyue1320/mini-vue3
mini-vue3 rollup typescript vue3 vue3-mini
Last synced: about 2 months ago
JSON representation
迷你 vue3
- Host: GitHub
- URL: https://github.com/shunyue1320/mini-vue3
- Owner: shunyue1320
- Created: 2021-03-20T14:17:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T14:37:56.000Z (about 3 years ago)
- Last Synced: 2025-01-30T09:24:13.642Z (4 months ago)
- Topics: mini-vue3, rollup, typescript, vue3, vue3-mini
- Language: TypeScript
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 环境依赖:
| 依赖包 | 作用 |
|--|--|
|execa | 开启子进程 |
|rollup | 打包工具 |
|esbuild | 开发环境ts打包插件 |
|minimist | 命令行参数解析 |
|typescript | 在项目中支持Typescript |
|@rollup/plugin-json | 支持引入json |
|@rollup/plugin-commonjs | 将CommonJS转化为ES6Module |
|rollup-plugin-typescript2 | rollup打印诊断typescript句法和语义信息 |
|@rollup/plugin-node-resolve | 解析node第三方模块 |