https://github.com/jsweber/my-ssr-blog
study vue ssr
https://github.com/jsweber/my-ssr-blog
Last synced: 3 months ago
JSON representation
study vue ssr
- Host: GitHub
- URL: https://github.com/jsweber/my-ssr-blog
- Owner: jsweber
- Created: 2021-08-18T12:53:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T12:54:48.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T05:40:44.349Z (4 months ago)
- Language: JavaScript
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).