https://github.com/ionic-team/ionic-vue-conference-app
Ionic Conference app ported to Vue
https://github.com/ionic-team/ionic-vue-conference-app
Last synced: 10 months ago
JSON representation
Ionic Conference app ported to Vue
- Host: GitHub
- URL: https://github.com/ionic-team/ionic-vue-conference-app
- Owner: ionic-team
- License: other
- Created: 2018-10-18T20:34:01.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T15:27:27.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T22:15:57.327Z (10 months ago)
- Language: Vue
- Homepage:
- Size: 9.05 MB
- Stars: 166
- Watchers: 20
- Forks: 47
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic Vue Conference Application
This application is purely a kitchen-sink demo of the Ionic Framework and Vue.
**There is not an actual Ionic Conference at this time.** This project is just to show off Ionic components in a real-world application.
## React and Angular versions
We've built versions of this Conference app in React and Angular for developers that would prefer to use one of those framework options:
https://github.com/ionic-team/ionic-react-conference-app
https://github.com/ionic-team/ionic-conference-app
## Table of Contents
- [Getting Started](#getting-started)
- [App Preview](#app-preview)
## Getting Started
* [Download the installer](https://nodejs.org/) for Node LTS.
* Install the ionic CLI globally: `npm install -g ionic`
* Clone this repository: `git clone https://github.com/ionic-team/ionic-vue-conference-app.git`.
* Run `npm install` from the project root.
* Run `ionic serve` in a terminal from the project root.
* Profit. :tada:
## App Preview
### [Menu](https://github.com/ionic-team/ionic-vue-conference-app/blob/main/src/components/Menu.vue)
| Material Design | iOS |
| -----------------| -----|
|  |  |
### [Schedule Page](https://github.com/ionic-team/ionic-vue-conference-app/blob/main/src/views/SessionList.vue)
| Material Design | iOS |
| -----------------| -----|
|  |  |
### [Speakers Page](https://github.com/ionic-team/ionic-vue-conference-app/blob/main/src/views/SpeakerList.vue)
| Material Design | iOS |
| -----------------| -----|
|  |  |
### [Speaker Detail Page](https://github.com/ionic-team/ionic-vue-conference-app/blob/main/src/views/SpeakerDetail.vue)
| Material Design | iOS |
| -----------------| -----|
|  |  |
### [About Page](https://github.com/ionic-team/ionic-vue-conference-app/blob/main/src/views/About.vue)
| Material Design | iOS |
| -----------------| -----|
|  |  |