https://github.com/mini-ghost/vue-toast
https://github.com/mini-ghost/vue-toast
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mini-ghost/vue-toast
- Owner: Mini-ghost
- Created: 2021-09-28T08:56:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T02:35:26.000Z (over 4 years ago)
- Last Synced: 2025-11-30T03:52:14.553Z (4 months ago)
- Language: Vue
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).