Changelog
1.3.0 (2022-07-28)
- ✨ use @nuxtus/nuxt-module instead of hard-coded plugins and api endpoints (c34a601)
1.2.0 (2022-07-21)
- ⚡ directus and nuxt server and port are now configurable (96bda8b)
1.1.1 (2022-07-11)
- 🐛 update @nuxtus/generator to 1.1.2 (fa02fba)
- Automatically generate types from collections
- Tidy up server end point
- Automatically open browser window on Nuxt start
- Add server api endpoint to be used as Directus webhook
- Update to Directus 9.13.0
- Update readme with details on using Collections hook
- Update nuxtus-cli to v1.0.3
- Hard delete the data.db file
- Update @nuxtus-cli to 1.0.2
- Update Nuxt to 3.0.0-rc.4
- Add client, server and start npm scripts
- Add Directus CLI to package.json so
npm run cli
works - Update getting started instructions to include database migrations
- Do not upload the sqlite database, create a new one
- Add default user/password to Directus .env
- Add @nuxtus/cli to dev dependencies
- Update
pages/docs.vue
with details on using @nuxtus/cli
- Separate create-nuxt command
- Correct create command in readme
- Add details on using Nuxtus CLI
- Update feedback when installing dependencies
- Add
npx nuxtus-create
command
- Move to using nuxt-directus package
- Add @nuxtus/cli
- Add .DS_Store to gitignore
Initial alpha release.