We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述
Taro 3.0 的 vue 版本,运行命令提示创建文件成功,但是提示的创建的不是 *.vue 文件而是 *.jsx 文件,而且提示的路径 pages 目录下没有相应页面的目录,也没有 *.vue 文件和 *.jsx 文件。
*.vue
*.jsx
复现步骤
taro create --name test
✔ 创建文件: G:\codes\taro\taro_vue_demo01\src\pages\test\test.jsx ✔ 创建文件: G:\codes\taro\taro_vue_demo01\src\pages\test\test.scss
期望行为
期望创建对应 *.vue 文件 而不是 *.jsx 文件
报错信息
系统信息
Taro CLI 3.0.0 environment info: System: OS: Windows 10 Binaries: Node: 12.17.0 - C:\Program Files\nodejs\node.EXE npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered:
fix(cli): 修复 create 命令,fix #6852
1194c37
fea55af
Chen-jj
Successfully merging a pull request may close this issue.
问题描述
Taro 3.0 的 vue 版本,运行命令提示创建文件成功,但是提示的创建的不是
*.vue
文件而是*.jsx
文件,而且提示的路径 pages 目录下没有相应页面的目录,也没有*.vue
文件和*.jsx
文件。复现步骤
taro create --name test
命令期望行为
期望创建对应
*.vue
文件 而不是*.jsx
文件报错信息
系统信息
The text was updated successfully, but these errors were encountered: