欢乐:为hapi.js量产的样板

时间:2021-02-02 23:10:27
【文件属性】:
文件名称:欢乐:为hapi.js量产的样板
文件大小:212KB
文件格式:ZIP
更新时间:2021-02-02 23:10:27
nodejs boilerplate webpack mongodb hapi 欢乐 可用于hapiJS的生产就绪样板 技术 Hapi-服务器端框架 车把-HTML模板引擎 猫鼬-Mongo数据库ORM SASS -CSS预处理器 Gulp -Javascript任务自动化 WebPack-资产管道 注意:有关jolly中使用的工具集的详细列表,请参阅 。 应用结构 让我们浏览一下该应用程序。 | | -- app | |-- controllers // Controllers are organised by module names | | |-- // Each controller defines config and handler for that route. | | | |-- helpers // Helper functions used across application | |-- models // All mongoose models are defined here | |-- routes
【文件预览】:
jolly-master
----.gitignore(658B)
----tasks()
--------webpack.js(2KB)
--------watch.js(387B)
--------clean.js(216B)
--------lint.js(299B)
--------nodemon.js(639B)
--------assets.js(883B)
--------revision.js(343B)
----README.md(4KB)
----server.js(252B)
----tests()
--------server.js(412B)
--------manifest.js(513B)
--------config.js(494B)
----INTERNALS.md(2KB)
----LICENSE(1KB)
----app()
--------routes()
--------models()
--------templates()
--------controllers()
----.eslintrc(422B)
----package.json(2KB)
----.babelrc(38B)
----index.js(225B)
----config()
--------manifest.js(3KB)
--------config.example.js(1KB)
--------assets.js(902B)
--------meta.js(813B)
----.editorconfig(626B)
----lib()
--------mongoose.js(1KB)
--------auth.js(732B)
--------flash.js(753B)
--------context.js(751B)
----gulpfile.js(459B)
----assets()
--------fonts()
--------scripts()
--------styles()
--------images()

网友评论