https://github.com/bencodezen/scalable-prop-patterns
https://github.com/bencodezen/scalable-prop-patterns
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/scalable-prop-patterns
- Owner: bencodezen
- Created: 2020-06-12T02:32:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T05:08:19.000Z (over 4 years ago)
- Last Synced: 2025-01-26T09:28:54.105Z (about 1 year ago)
- Language: Vue
- Size: 2.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scalable Prop Patterns
This repo contains the code for the exercises as well as links to all resources.
## Resources
- [Slides](https://slides.com/bencodezen/scalable-prop-patterns-june-2020)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).