-
Notifications
You must be signed in to change notification settings - Fork 5
Home
立 edited this page Jul 6, 2017
·
20 revisions
为了让新人和后端可以快速入手,特别说明一些使用细节
- 服务于开发企业前台产品
- angular.js 1.2.29版本
- 基于 npm + webpack的工作流
$ git clone https://github.com/jm-team/ng-seed.git
安装yarn 常见问题
$ npm i -g yarn
需要在package.json目录下
$ yarn
# or
$ yarn install
# or
$ npm i
# or
$ npm install
# or
$ cnpm i
# or
$ cnpm install
$ yarn run dev
# or
$ npm run dev
$ yarn run build
# then
$ yarn run start
欢迎提出任何意见及建议 woticeli@gmail.com