https://github.com/Akryum/vue-9-perf-secrets
Demos from my talk "9 performance secrets revealed"
https://github.com/Akryum/vue-9-perf-secrets
Last synced: about 1 year ago
JSON representation
Demos from my talk "9 performance secrets revealed"
- Host: GitHub
- URL: https://github.com/Akryum/vue-9-perf-secrets
- Owner: Akryum
- Created: 2019-03-21T19:30:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T01:53:26.000Z (over 7 years ago)
- Last Synced: 2025-05-25T19:07:28.727Z (about 1 year ago)
- Language: Vue
- Homepage: https://vue-9-perf-secrets.netlify.com/
- Size: 8.07 MB
- Stars: 560
- Watchers: 6
- Forks: 78
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vueconfus-perf-secrets
[Slides](https://slides.com/akryum/vueconfus-2019)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).