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博客模版,发表日志无需重复构建,简单方便
- Host: GitHub
- URL: https://github.com/javaluo/blogsource
- Owner: javaLuo
- Created: 2018-02-26T08:52:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T23:23:47.000Z (about 3 years ago)
- Last Synced: 2025-02-10T15:50:36.299Z (10 months ago)
- Topics: blog, gitalk, github, vue
- Language: JavaScript
- Homepage: https://blog.isluo.com
- Size: 10.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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/).