- Current branch is ionic-v1, switch to ionic-angular branch
- $
git clone -b ionic-v1 git@github.com:johnnynode/ionic-sample.git --depth 1
- $
cd ionic-sample
- $
yarn install
or $npm i
or $cnpm i
- $
bower install --force
(manual operation not in npm scripts)
- $
gulp server
- $
gulp build
- $
gulp build-server
- pdf url may need cross the wall if you are in China: https://mozilla.github.io/pdf.js/web/viewer.html
- video url is from videogular: http://static.videogular.com/assets/videos/videogular.mp4
- music url is a local file in
src/media/audio/music.mp3
- about cross domain, see more @ api of gulp-connect
coming soon...
MIT