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

https://github.com/fl0r1an84/foundation

Drag & Drop Editor used Vuetify Components
https://github.com/fl0r1an84/foundation

directus drag-and-drop material-design nuxt nuxtjs vue vuejs vuetify

Last synced: about 1 month ago
JSON representation

Drag & Drop Editor used Vuetify Components

Awesome Lists containing this project

README

        

# Foundation

![](assets/screenshot.png)

### Vue.Draggable

https://github.com/SortableJS/Vue.Draggable

### Directus

https://github.com/directus/directus

**More information about SQL database structure and dump to create tables and columns:**

https://github.com/GammaGate/foundation/issues/1

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).