Skip to content
New issue

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

深入理解iuap design-14-前端集成开发工具uba #93

Open
GuoYongfeng opened this issue Aug 3, 2016 · 1 comment
Open

深入理解iuap design-14-前端集成开发工具uba #93

GuoYongfeng opened this issue Aug 3, 2016 · 1 comment

Comments

@GuoYongfeng
Copy link
Member

No description provided.

@kvkens
Copy link
Member

kvkens commented Aug 20, 2016

uba

uba是一个前端集成开发工具,基于Nodejs开发,用于前端调试和构建

如何安装

通过npm进行全局安装

  • $ sudo npm install uba -g

如何使用

1.创建一个工程uba-project

  • $ uba init uba-project

uba 会在指定的位置生成目标文件夹项目工程

2.运行调试该工程并进入生成目录

  • $ uba start

uba 会自动运行该项目进行调试并且自动打开浏览器

3.如需要对外发布静态资源构建请这样做

  • $ uba build

会在项目根目录生成为build文件夹

需要帮助

  • $ uba --help

版本查看

  • $ uba --version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants