https://github.com/deanmikan/notion-clone
A clone of the popular all-in-one workspace app Notion written in Vue using Nuxt.
https://github.com/deanmikan/notion-clone
clone notion nuxt nuxtjs vue vuejs
Last synced: 20 days ago
JSON representation
A clone of the popular all-in-one workspace app Notion written in Vue using Nuxt.
- Host: GitHub
- URL: https://github.com/deanmikan/notion-clone
- Owner: deanmikan
- Created: 2020-11-25T08:58:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T05:56:42.000Z (over 4 years ago)
- Last Synced: 2024-11-10T22:40:12.044Z (6 months ago)
- Topics: clone, notion, nuxt, nuxtjs, vue, vuejs
- Language: Vue
- Homepage: https://deanmikan.github.io/notion-clone/
- Size: 544 KB
- Stars: 56
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Notion Clone
This was the result of a one-day build challenge.
Most buttons haven't been implemented, but the base functionality is all here. Code is not refactored and most likely a bit spaghetti.
Have a look around 😎
Demo: https://deanmikan.github.io/notion-clone/
###### By Dean Mikan
#
## To Run It
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev
```