在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):MaksimAbramchuk/ionic-gulp-es6-starter-kit开源软件地址(OpenSource Url):https://github.com/MaksimAbramchuk/ionic-gulp-es6-starter-kit开源编程语言(OpenSource Language):JavaScript 83.7%开源软件介绍(OpenSource Introduction):#Ionic Gulp boilerplate Ionic application boilerplate for Gulp and ES6 ##Features
##Usage ##Installation process For the first you need to install Node packages by running: npm install after that install bower components by running bower install Both You are ready to start the server. ###Running the App during Development This command automatically compiles ES6 to ES5, scss, injects bower components, generates source maps, starts livereload server and opens your app in the browser. gulp serve ###Mobile app When your app is interesting enough to be tested on mobile device, create a build. Don't forget to compile from sources: gulp And then we can create the build for iOS: ionic build ios and even test it, if you use OS X: ionic emulate ios More info about builds, including Android, can be found in Ionic tutorial. One more interesting feature Ionic has: Ionic View. It's amazing thing and I recommend you to try it - pretty simple to use and saves tones of time for debug and testing on real devices. To start, just run: ionic upload ##Directory layout Sourceangular-gulp-ionic-boilerplate
└── src
├── app # application folder
│ ├── components # components folder
│ ├── locations # locations folder
│ ├── index.config.js # config file
│ ├── index.module.js # main angular module
│ ├── index.route.js # ui router config
│ ├── index.run.js # file with run loop
│ └── index.scss # main scss file
└── assets # assets folder
├── images # images folder
├── favicon.ico # favicon
└── index.html # main page which will be rendered to a client ##Build pack |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论