An open API service indexing awesome lists of open source software.

https://github.com/youngwind/generator-smart

基于yeoman的前端脚手架生成器
https://github.com/youngwind/generator-smart

Last synced: over 1 year ago
JSON representation

基于yeoman的前端脚手架生成器

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