roshanca / starter-framework7

A starter project structure for Framework7 app using Express and Vue.js
MIT License
48 stars 8 forks source link

starter-framework7

Build Status

A starter project structure for framework7 app, using Node and Express for server rendering, the MVVM lib -- Vue.js is optional, but highly recommended, because it could help us to improve building modern web interfaces simply and efficiently.

It is not only a template boilerplate, but a toolkit for development, which is made by a series of custom tasks written in js, and some useful middlewares for express, for the purpose of getting rid of the traditional gulp.

For example:

Feature

Running

Install dependencies

npm install

Build

If your app is ready, and you want to check the results, you can execute:

npm start

then, visit http://localhost:5000 in any browser (especially mobile browser or the device mode in developer tools of Chrome).

License

Copyright (c) 2015 Roshan Wu. See LICENSE for details.