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

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

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第三方模块 |