We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用requirejs和bower做模块管理 使用grunt做构建工具 使用express做服务器框架 使用mongodb做数据库 使用jade做模版引擎 使用less开发css样式
requirejs
bower
grunt
express
mongodb
jade
less
开发思路上,将独立的页面视为独立的app模块,进行构建。
client目录为浏览器端开发目录,生产环境上该目录不可访问。 public目录为静态资源目录 server目录为服务器脚本目录 view目录为模板目录 dist目录为构建输出目录,不加入版本控制
client
public
server
view
dist
其它需要补充的在下方跟帖,我会酌情添加。
The text was updated successfully, but these errors were encountered:
Merge pull request #1 from mrtone/master
362c7f2
test
No branches or pull requests
使用
requirejs
和bower
做模块管理使用
grunt
做构建工具使用
express
做服务器框架使用
mongodb
做数据库使用
jade
做模版引擎使用
less
开发css样式开发思路上,将独立的页面视为独立的app模块,进行构建。
client
目录为浏览器端开发目录,生产环境上该目录不可访问。public
目录为静态资源目录server
目录为服务器脚本目录view
目录为模板目录dist
目录为构建输出目录,不加入版本控制其它需要补充的在下方跟帖,我会酌情添加。
The text was updated successfully, but these errors were encountered: