NPX package for creating a new @nuxtus/nuxtus site. A boilerplate based on Directus and Nuxt (with Tailwind CSS included).
Simply run:
npx create-nuxtus@latest app-name
Replace
app-name
with the name of your project.
For more details visit nuxtus.com or read the documentation
You can modify the branch the script uses by supplying an environment variable NUXTUS_BRANCH
when executing the script:
$ NUXTUS_BRANCH=develop ./build/src/main.js app-name