https://github.com/developerhost/smash
https://github.com/developerhost/smash
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerhost/smash
- Owner: developerhost
- Created: 2022-01-10T06:23:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T00:56:25.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T01:49:16.479Z (about 1 year ago)
- Language: Vue
- Size: 3.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smash
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).