Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alefesouza/vue-intro
Code of my Introduction to Vue.js talk.
https://github.com/alefesouza/vue-intro
talk vue vuejs
Last synced: 7 days ago
JSON representation
Code of my Introduction to Vue.js talk.
- Host: GitHub
- URL: https://github.com/alefesouza/vue-intro
- Owner: alefesouza
- Created: 2018-09-23T23:02:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T10:36:07.000Z (over 3 years ago)
- Last Synced: 2024-05-27T19:49:13.890Z (6 months ago)
- Topics: talk, vue, vuejs
- Language: Vue
- Size: 1.29 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talk-vue
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).