Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessarcher/laracon-2020-examples
Laracon 2020 Examples
https://github.com/jessarcher/laracon-2020-examples
Last synced: 24 days ago
JSON representation
Laracon 2020 Examples
- Host: GitHub
- URL: https://github.com/jessarcher/laracon-2020-examples
- Owner: jessarcher
- Created: 2020-08-25T11:49:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T21:40:48.000Z (about 4 years ago)
- Last Synced: 2024-05-01T23:19:08.589Z (6 months ago)
- Language: Vue
- Size: 331 KB
- Stars: 72
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laracon 2020 Examples
This is just a standard Vue-CLI app with Vue 3, vue-router, and Tailwind CSS installed.
I've created a few different pages to demonstrate (and validate) some of the
techniques I talk about in my Laracon 2020 talk.Check out `src/components/` for the components, and `src/views` for the usage example.
## 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/).