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

https://github.com/mini-ghost/vue-toast


https://github.com/mini-ghost/vue-toast

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# vue-toast

## Project setup
```
pnpm install
```

### Compiles and hot-reloads for development
```
pnpm run serve
```

### Compiles and minifies for production
```
pnpm run build
```

### Run your unit tests
```
pnpm run test:unit
```

### Lints and fixes files
```
pnpm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).