JsSkeleton 如何快速搭建Js项目的骨架
应用程序安装npm install --save-dev。进入项目目录:cd src。执行依赖安装命令:bower install。
接下来,运行应用程序并测试:
运行:grunt serve
测试:grunt test:continuous
下载地址
用户评论