Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyxiao001/vue-blog
a blog for vue2
https://github.com/xyxiao001/vue-blog
javascript vue
Last synced: 4 months ago
JSON representation
a blog for vue2
- Host: GitHub
- URL: https://github.com/xyxiao001/vue-blog
- Owner: xyxiao001
- Created: 2016-10-31T06:36:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T10:06:50.000Z (over 3 years ago)
- Last Synced: 2024-10-12T09:11:00.359Z (4 months ago)
- Topics: javascript, vue
- Language: Vue
- Homepage: http://xyxiao001.github.io/vue-blog
- Size: 4.36 MB
- Stars: 59
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 网站数据源采用 [showapi](https://www.showapi.com/api/apiList) 如果想自己做可以上去 申请个key 替换src/vuex/state.js里面的key 就可以使用了
# a blog for vue
## 技术 vue2.0 vuex sass es6 vue-router2.0
### 安装
#### git clone https://github.com/xyxiao001/vue-blog.git
#### cd vue--blog
#### npm install -d
### 启动
#### npm run dev
### 编译
#### npm run build