Giter VIP home page Giter VIP logo

demo's Introduction

Demo Application

This is a Hybrid APP created on ionic+Angular framework. Here I used cordova to complie it.

Install

Install NPM

npm install

or

yarn install

Install ionic

npm install -g ionic

View this APP through HTML

ionic serve --devapp

WebAPP Framework

.
├── angular.json
├── browserslist
├── capacitor.config.json
├── config.xml
├── e2e
│   ├── protractor.conf.js
│   ├── src
│   │   ├── app.e2e-spec.ts
│   │   └── app.po.ts
│   └── tsconfig.json
├── ionic.config.json
├── karma.conf.js
├── package.json
├── package-lock.json
├── README.md
├── resources
│   ├── icon.png
│   ├── README.md
│   └── splash.png
├── src
│   ├── app
│   │   ├── app.component.html
│   │   ├── app.component.scss
│   │   ├── app.component.spec.ts
│   │   ├── app.component.ts
│   │   ├── app.module.ts
│   │   ├── app-routing.module.ts
│   │   ├── components
│   │   │   └── majors
│   │   │       ├── majors.component.html
│   │   │       ├── majors.component.scss
│   │   │       ├── majors.component.spec.ts
│   │   │       └── majors.component.ts
│   │   ├── componets.module.ts
│   │   ├── pages
│   │   │   ├── computer
│   │   │   │   ├── computer.module.ts
│   │   │   │   ├── computer.page.html
│   │   │   │   ├── computer.page.scss
│   │   │   │   ├── computer.page.spec.ts
│   │   │   │   └── computer.page.ts
│   │   │   ├── information
│   │   │   │   ├── information.module.ts
│   │   │   │   ├── information.page.html
│   │   │   │   ├── information.page.scss
│   │   │   │   ├── information.page.spec.ts
│   │   │   │   └── information.page.ts
│   │   │   └── tab2
│   │   │       └── dial-number
│   │   │           ├── dial-number.module.ts
│   │   │           ├── dial-number.page.html
│   │   │           ├── dial-number.page.scss
│   │   │           ├── dial-number.page.spec.ts
│   │   │           └── dial-number.page.ts
│   │   ├── services
│   │   │   ├── catogory-fetch.service.spec.ts
│   │   │   └── catogory-fetch.service.ts
│   │   ├── tab1
│   │   │   ├── tab1.module.ts
│   │   │   ├── tab1.page.html
│   │   │   ├── tab1.page.scss
│   │   │   ├── tab1.page.spec.ts
│   │   │   └── tab1.page.ts
│   │   ├── tab2
│   │   │   ├── tab2.module.ts
│   │   │   ├── tab2.page.html
│   │   │   ├── tab2.page.scss
│   │   │   ├── tab2.page.spec.ts
│   │   │   └── tab2.page.ts
│   │   ├── tab3
│   │   │   ├── tab3.module.ts
│   │   │   ├── tab3.page.html
│   │   │   ├── tab3.page.scss
│   │   │   ├── tab3.page.spec.ts
│   │   │   └── tab3.page.ts
│   │   ├── tab4
│   │   │   ├── tab4.module.ts
│   │   │   ├── tab4.page.html
│   │   │   ├── tab4.page.scss
│   │   │   ├── tab4.page.spec.ts
│   │   │   └── tab4.page.ts
│   │   └── tabs
│   │       ├── tabs.module.ts
│   │       ├── tabs.page.html
│   │       ├── tabs.page.scss
│   │       ├── tabs.page.spec.ts
│   │       ├── tabs.page.ts
│   │       └── tabs.router.module.ts
│   ├── assets
│   │   ├── banner.jpg
│   │   ├── icon
│   │   │   ├── address-book.svg
│   │   │   ├── aircraft.svg
│   │   │   ├── android.svg
│   │   │   ├── cocktail.svg
│   │   │   ├── command-line.svg
│   │   │   ├── compass.svg
│   │   │   ├── favicon.png
│   │   │   ├── folder.svg
│   │   │   ├── hotel.svg
│   │   │   ├── like.svg
│   │   │   ├── map.svg
│   │   │   ├── news.svg
│   │   │   ├── porter.svg
│   │   │   └── tickets.svg
│   │   ├── jobs.jpg
│   │   ├── jordan.png
│   │   └── shapes.svg
│   ├── environments
│   │   ├── environment.prod.ts
│   │   └── environment.ts
│   ├── global.scss
│   ├── index.html
│   ├── main.ts
│   ├── polyfills.ts
│   ├── test.ts
│   ├── theme
│   │   └── variables.scss
│   └── zone-flags.ts
├── structure.txt
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.spec.json
└── tslint.json

22 directories, 102 files

demo's People

Contributors

eveyw avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.