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
- Host: GitHub
- URL: https://github.com/laurensiusadi/vue-notion-clone
- Owner: laurensiusadi
- License: mit
- Created: 2020-11-28T05:15:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T15:55:32.000Z (about 4 years ago)
- Last Synced: 2024-11-10T22:40:07.911Z (6 months ago)
- Topics: notion, rxdb, vue
- Language: Vue
- Homepage:
- Size: 1.06 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).