角种子
这是根据 VigLink 的 angular styleguide 设计的种子库。 只需克隆项目,然后按照下面的入门说明进行操作。 此存储库基于 GitHub 上的项目,但针对 VigLink 进行了定制。
入门
安装依赖
npm install
重命名应用
gulp rename-app --old oldname --new newname
在本地运行应用程序
npm start
目录布局
app/ --> all of the source files for the application
build --> all compiled files (e.g. css from sass) go here.
components/ --> non-bower librar
1