Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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。

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
```