@aibai/create-myvue 0.0.2 → 0.0.5

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 CHANGED
@@ -61,12 +61,12 @@ Options:
61
61
 
62
62
  ## 配置文件
63
63
 
64
- 你可以在当前目录下创建 `create-my-vue.config.js` 文件来自定义默认选项。
64
+ 你可以在当前目录下创建 `create-myvue.config.js` 文件来自定义默认选项。
65
65
 
66
66
  ### 配置示例
67
67
 
68
68
  ```javascript
69
- // create-my-vue.config.js
69
+ // create-myvue.config.js
70
70
  module.exports = {
71
71
  // 项目名称(可选,也可以通过命令行参数指定)
72
72
  // projectName: 'my-vue-project',
@@ -99,7 +99,7 @@ npx @aibai/create-myvue --typescript
99
99
 
100
100
  ### 1. 使用配置文件创建项目
101
101
 
102
- 1. 创建 `create-my-vue.config.js` 文件:
102
+ 1. 创建 `create-myvue.config.js` 文件:
103
103
  ```javascript
104
104
  module.exports = {
105
105
  typescript: true,