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
No description provided.
The text was updated successfully, but these errors were encountered:
uba是一个前端集成开发工具,基于Nodejs开发,用于前端调试和构建
通过npm进行全局安装
$ sudo npm install uba -g
1.创建一个工程uba-project
uba-project
$ uba init uba-project
uba 会在指定的位置生成目标文件夹项目工程
2.运行调试该工程并进入生成目录
$ uba start
uba 会自动运行该项目进行调试并且自动打开浏览器
3.如需要对外发布静态资源构建请这样做
$ uba build
会在项目根目录生成为build文件夹
build
$ uba --help
$ uba --version
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: