https://github.com/valango/vue-proper-demo
https://github.com/valango/vue-proper-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/valango/vue-proper-demo
- Owner: valango
- Created: 2020-04-23T10:05:32.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-06T04:09:40.000Z (over 3 years ago)
- Last Synced: 2025-03-18T17:19:08.484Z (about 1 year ago)
- Language: Vue
- Size: 3.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-proper-demo
This is a demo of using a _dev branch_ [vue-proper package](https://github.com/valango/vue-proper).
To try the 'official' npm package, check out to `master` branch of this repo.
Clone this repository, then:
```
$ npm install
$ npm run serve
```
... and have fun! ;)
This demo is based on Vue.js demo project auto-generated by `vue-cli`.
The original HelloWorld.vue component is renamed and preserved in
src/components directory for comparision. It is not in use, though.