laurensiusadi / vue-notion-clone

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Page: create, list, remove, reorder, save
  • 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.

About

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

License:MIT License


Languages

Language:Vue 70.0%Language:SCSS 15.5%Language:JavaScript 13.1%Language:HTML 1.3%