Added Framework7 to the list of libraries
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||

|

|
||||||
Hackathon Starter [](https://david-dm.org/sahat/hackathon-starter) [](https://travis-ci.org/terinjokes/gulp-uglify) [](https://github.com/igrigorik/ga-beacon)
|
Hackathon Starter [](https://david-dm.org/sahat/hackathon-starter) [](https://travis-ci.org/terinjokes/gulp-uglify) [](https://github.com/igrigorik/ga-beacon)
|
||||||
|
|
||||||
=================
|
=================
|
||||||
A boilerplate for **Node.js** web applications.
|
A boilerplate for **Node.js** web applications.
|
||||||
|
|
||||||
@ -264,8 +263,8 @@ Project Structure
|
|||||||
| **controllers**/user.js | Controller for user account management. |
|
| **controllers**/user.js | Controller for user account management. |
|
||||||
| **models**/User.js | Mongoose schema and model for User. |
|
| **models**/User.js | Mongoose schema and model for User. |
|
||||||
| **public/*** | Static assets (fonts, css, js, img) |
|
| **public/*** | Static assets (fonts, css, js, img) |
|
||||||
| **public/js/**application.js* | Declare which JavaScript files should be loaded, e.g. *jQuery*, *Bootstrap*, *main.js*. |
|
| **public/js/**application.js | Declare which JavaScript files should be loaded, e.g. *jQuery*, *Bootstrap*, *main.js*. |
|
||||||
| **public/js/**main.js* | Place your client-side JavaScript here. |
|
| **public/js/**main.js | Place your client-side JavaScript here. |
|
||||||
| **public/css**/styles.less | Main stylesheet for your app. |
|
| **public/css**/styles.less | Main stylesheet for your app. |
|
||||||
| **public/css/themes**/default.less | Some Bootstrap overrides to make it look prettier. |
|
| **public/css/themes**/default.less | Some Bootstrap overrides to make it look prettier. |
|
||||||
| **views/account/*** | Templates for *login, password reset, signup, profile*. |
|
| **views/account/*** | Templates for *login, password reset, signup, profile*. |
|
||||||
@ -348,6 +347,7 @@ Recommended Node.js Libraries
|
|||||||
|
|
||||||
Recommended Client-Side libraries
|
Recommended Client-Side libraries
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
- [Framework7](http://www.idangero.us/framework7) - Full Featured HTML Framework For Building iOS7 Apps.
|
||||||
- [InstantClick](http://instantclick.io) - Makes your pages load instantly by pre-loading them on mouse hover.
|
- [InstantClick](http://instantclick.io) - Makes your pages load instantly by pre-loading them on mouse hover.
|
||||||
- [NProgress.js](https://github.com/rstacruz/nprogress) - Slim progress bars like on YouTube and Medium.
|
- [NProgress.js](https://github.com/rstacruz/nprogress) - Slim progress bars like on YouTube and Medium.
|
||||||
- [Hover](https://github.com/IanLunn/Hover) - Awesome CSS3 animations on mouse hover.
|
- [Hover](https://github.com/IanLunn/Hover) - Awesome CSS3 animations on mouse hover.
|
||||||
|
Reference in New Issue
Block a user