https://github.com/moronixproduct3/strimp
STReaming IMPéria-lys
https://github.com/moronixproduct3/strimp
Last synced: about 2 months ago
JSON representation
STReaming IMPéria-lys
- Host: GitHub
- URL: https://github.com/moronixproduct3/strimp
- Owner: MoronixProduct3
- Created: 2022-02-23T02:25:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T20:22:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T04:55:29.957Z (3 months ago)
- Language: Vue
- Size: 953 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strimp
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Start production server
```
node backend.js
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).