create-nuxtus
v2.1.2
Published
npx command for generating a new Nuxtus boilerplate website.
Downloads
39
Maintainers
Readme
Create Nuxtus
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-nameReplace
app-namewith the name of your project.
For more details visit nuxtus.com or read the documentation
Developing/Debugging
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