Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianaya89/vuejs-talk-demo
✨ Vue.js demo web app for #FrontendCon2017
https://github.com/ianaya89/vuejs-talk-demo
app conf demo vuejs web
Last synced: 23 days ago
JSON representation
✨ Vue.js demo web app for #FrontendCon2017
- Host: GitHub
- URL: https://github.com/ianaya89/vuejs-talk-demo
- Owner: ianaya89
- Created: 2017-09-23T11:31:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T12:00:36.000Z (over 7 years ago)
- Last Synced: 2024-11-10T22:43:07.287Z (3 months ago)
- Topics: app, conf, demo, vuejs, web
- Language: Vue
- Homepage: http://ianaya89.com/frontend-con-2017
- Size: 682 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [#FrontendCon2017](https://frontend-con.io)
> ✨ Vue.js demo web app for #FrontendCon2017
![](./src/assets/new-logo.png)
### 📽 [Slides](https://speakerdeck.com/ianaya89/breaking-the-binary-world-with-vue-dot-js)
### 💻 [Live Demo](http://ianaya89.com/frontend-con-2017/)## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).