https://github.com/songbug1024/vue-ionic
A Vue.js UI library for Ionic.
https://github.com/songbug1024/vue-ionic
ionic storybook vue
Last synced: about 1 month ago
JSON representation
A Vue.js UI library for Ionic.
- Host: GitHub
- URL: https://github.com/songbug1024/vue-ionic
- Owner: songbug1024
- Created: 2017-10-02T14:47:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T13:41:21.000Z (over 8 years ago)
- Last Synced: 2025-09-08T00:26:11.012Z (9 months ago)
- Topics: ionic, storybook, vue
- Language: JavaScript
- Size: 527 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ionic
> A Vue.js UI library for Ionic
## Setup
``` bash
# install dependencies
npm install
# run storybook for preview components, open browser: http://localhost:9001
npm run storybook
```