文件名称:seed-1:使用nodejs和express构建用于构建现代网站的灵活且可扩展的套件
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-09 06:00:09
JavaScript
种子 灵活和可扩展的套件,用于使用带有express的nodejs构建现代网站。 要求 节点JS 吞咽 凉亭 您必须将NodeJS安装为整个编程引擎。 我们使用npm和bower作为程序包管理器,并使用gulp作为楼宇自动化工具。 npm已经配备了NodeJS,因此只需按以下步骤安装bower和gulp 。 $ npm install -g bower $ npm install -g gulp 然后,您可以开始使用CLI操作 入门 $ npm install $ bower install $ gulp init -d # development mode $ gulp build -d # development mode 安装nodejs包 $ npm install 安装前端套件 $ bower install 初始化数据库 从架构创建表,并插入内置记录,例如roo
【文件预览】:
seed-1-master
----.gitignore(302B)
----README.md(2KB)
----.jscsrc(271B)
----.bowerrc(35B)
----bower.json(401B)
----package.json(2KB)
----src()
--------actions()
--------views()
--------test()
--------configs()
--------alt.js(48B)
--------app.js(723B)
--------models()
--------modules()
--------errors()
--------assets()
--------stores()
--------controllers()
----.travis.yml(286B)
----.editorconfig(208B)
----gulpfile.js(13KB)