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

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.

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
```