https://github.com/osaguild/saitama-premium
https://github.com/osaguild/saitama-premium
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/osaguild/saitama-premium
- Owner: osaguild
- License: mit
- Created: 2022-02-06T10:08:37.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-04T14:57:35.000Z (about 4 years ago)
- Last Synced: 2025-01-25T04:53:51.503Z (over 1 year ago)
- Language: Vue
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saitama-premium
## 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
```
### Deploy
#### dev
```
npm run deploy-dev
```
#### prd
```
npm run deploy-prd
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).