https://github.com/javaluo/blog-vercel
https://github.com/javaluo/blog-vercel
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/javaluo/blog-vercel
- Owner: javaLuo
- Created: 2022-02-21T05:06:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T05:29:31.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T17:51:58.011Z (9 months ago)
- Language: JavaScript
- Homepage: blog-vercel-dusky.vercel.app
- Size: 2.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 源代码
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).