文件名称:cli:v4fire的CLI
文件大小:131KB
文件格式:ZIP
更新时间:2024-05-18 21:28:09
JavaScript
WIP V4Fire-cli 通过CLI创建V4Fire块和页面的工具 v4fire -h 用法 制作应用 这是开始使用V4Fire的最简单方法 v4fire make app my-app && cd my-app && npm run build 它将创建准备工作的应用程序。 制作块/页 v4fire make block hello-world 它将创建src/base/b-hello-world组件。 v4fire make block b-hello-world 同样,它将创建src/base/b-hello-world 。 v4fire make page hello-world 它将创建src/pages/p-hello-world组件。 如果要在另一个文件夹中创建组件,则可以设置path v4fire make block hello-world ./sr
【文件预览】:
cli-master
----.eslintrc(196B)
----yarn.lock(209KB)
----.stlintrc(231B)
----.prettierignore(59B)
----src()
--------application.js(2KB)
--------controllers()
--------core()
--------templates()
----tsconfig.json(51B)
----README.md(3KB)
----.editorconfig(335B)
----tests()
--------command.test.js(3KB)
--------path.test.js(918B)
--------extend.test.js(1KB)
--------cli.test.js(4KB)
--------template.test.js(4KB)
--------staff()
--------smoke.test.js(881B)
----.gitignore(79B)
----.prettierrc.js(65B)
----bin()
--------cli.js(3KB)
----CHANGELOG.md(464B)
----.eslintignore(33B)
----package.json(1KB)