Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/serversiderender
https://github.com/simon-he95/serversiderender
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simon-he95/serversiderender
- Owner: Simon-He95
- Created: 2021-01-01T15:08:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:47:30.000Z (11 months ago)
- Last Synced: 2023-12-15T03:55:28.184Z (11 months ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-ssr
## 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/).