chore: 初始化项目基础配置
- 添加 .prettierrc 配置文件,设置代码格式化规则 - 创建各 packages 目录下的 README.md 文档 - 配置 tsconfig.json TypeScript 编译选项 - 设置 rollup.config.js 打包配置 - 添加 .gitignore 忽略文件配置 - 安装 prettier 依赖
This commit is contained in:
2
packages/vue/README.md
Normal file
2
packages/vue/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# vue
|
||||
打包, 测试实例, 项目入口, 导出
|
||||
0
packages/vue/src/index.ts
Normal file
0
packages/vue/src/index.ts
Normal file
Reference in New Issue
Block a user