Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyingxuan/steemit-vuejs2
高仿Steemit,使用Larave5.5 + Vue2重写中心化部分。此为前端vue。
https://github.com/liyingxuan/steemit-vuejs2
javascript steem steemit vue vuejs vuejs2
Last synced: 19 days ago
JSON representation
高仿Steemit,使用Larave5.5 + Vue2重写中心化部分。此为前端vue。
- Host: GitHub
- URL: https://github.com/liyingxuan/steemit-vuejs2
- Owner: liyingxuan
- Created: 2017-12-24T09:33:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T12:05:53.000Z (about 7 years ago)
- Last Synced: 2024-11-09T19:12:55.375Z (3 months ago)
- Topics: javascript, steem, steemit, vue, vuejs, vuejs2
- Language: JavaScript
- Size: 1.09 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Steem-CMS-API
> 高仿Steemit,使用Larave5.5 + Vue2重写中心化部分。
这是Vue2重写的前端部分。配套的后端代码:
[steemit-api-cms](https://github.com/liyingxuan/steemit-api-cms)#### 1. Language and framework
ES6
VueJS: 2.5.13
[Bootstrap: 4.0.0-litera](https://bootswatch.com/litera)
``````
[vee-validate](http://vee-validate.logaretm.com)#### 2. Install and run
Go in project path :
```bash
$ cd [project path]$ npm install
$ npm run dev
```