https://github.com/rodrigogs/ionic-jade-scaffold
Create Ionic Apps Using Jade as Template Engine
https://github.com/rodrigogs/ionic-jade-scaffold
Last synced: about 1 month ago
JSON representation
Create Ionic Apps Using Jade as Template Engine
- Host: GitHub
- URL: https://github.com/rodrigogs/ionic-jade-scaffold
- Owner: rodrigogs
- Created: 2016-01-13T23:20:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T10:47:05.000Z (over 10 years ago)
- Last Synced: 2024-04-14T11:09:24.102Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.89 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Jade Scaffold
#### Installation
* Works with node 4 only
> npm install -g cordova ionic
> npm install
> gulp install
> ionic state restore
#### Development
> ionic serve
### Build
> ionic platform add
> ionic build
#### Configure
To change application's name, change "starter" in the following files:
* package.json
* ionic.project
* config.xml
* bower.json
* jade/index.jade
* www/js/app.js
* www/js/routes.js