Skip to content

laurensiusadi/vue-notion-clone

Repository files navigation

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.