Hey @jmetros, none should be an option indeed, I’ll add it to our team todo.
In the meantime, this is how you can get going:
npx create-nuxt-app my-app && cd $_npx prismic-cli@beta sm --setupyarn uninstall vue-essential-slices- remove the library from
sm.json
To use your own slice:
- create a component at
slices/CallToAction/index.jsand takesliceas prop - copy-paste this code to
/pages/:uid.vue - create a page on Prismic
- your own slice should be displayed at
/:uid!
Hope this helps, let me know!