An open API service indexing awesome lists of open source software.

https://github.com/javaluo/blogsource

Vue写的GitHub博客模版,发表日志无需重复构建,简单方便
https://github.com/javaluo/blogsource

blog gitalk github vue

Last synced: 9 months ago
JSON representation

Vue写的GitHub博客模版,发表日志无需重复构建,简单方便

Awesome Lists containing this project

README

          

# vue-cli-new

## 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/).