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

https://github.com/laurensiusadi/vue-notion-clone

[WIP] Notion.so clone using Vue 2 + rxdb
https://github.com/laurensiusadi/vue-notion-clone

notion rxdb vue

Last synced: 8 days ago
JSON representation

[WIP] Notion.so clone using Vue 2 + rxdb

Awesome Lists containing this project

README

        

# vue-notion-clone

Notion.so clone using Vue 2 and RxDB.
RxDB supports offline-first app, with sync to CouchDB or GraphQL endpoint.
Currently sync is in the work on branch `server`.

Helps, issues, PR are welcomed.

## To-do

- [x] Page: create, list, remove, reorder, save
- [x] Block: simple text block, splitting
- [ ] Block: handle HTML
- [ ] Block: update splitting method of cursor pos

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).