Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).