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
- Host: GitHub
- URL: https://github.com/fl0r1an84/foundation
- Owner: FL0R1AN84
- License: gpl-3.0
- Created: 2021-10-15T12:30:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T18:00:04.000Z (about 1 year ago)
- Last Synced: 2025-01-21T10:24:08.550Z (3 months ago)
- Topics: directus, drag-and-drop, material-design, nuxt, nuxtjs, vue, vuejs, vuetify
- Language: Vue
- Homepage:
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Foundation

### 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).