https://github.com/youngwind/generator-smart
基于yeoman的前端脚手架生成器
https://github.com/youngwind/generator-smart
Last synced: over 1 year ago
JSON representation
基于yeoman的前端脚手架生成器
- Host: GitHub
- URL: https://github.com/youngwind/generator-smart
- Owner: youngwind
- Created: 2016-02-28T11:18:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T06:41:18.000Z (over 10 years ago)
- Last Synced: 2025-02-01T16:48:41.770Z (over 1 year ago)
- Language: JavaScript
- Size: 1.33 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#说明
基于yeoman的前端脚手架,生成的项目架构如下:
1. 前后端不分离,后端采用nodejs
2. 采用ejs模板后端渲染
3. gulp构建工具流
4. bower安装jquery
5. npm安装normalize.css初始化
#使用方法
1. npm install -g yo (安装yeoman)
2. npm install -g generator-smart (安装本前端脚手架)
3. mkdir app && cd app
4. yo
5. select smart
6. 接下来的操作请参考生成项目中的readme