create-nuxtus
Version:
npx command for generating a new Nuxtus boilerplate website.
21 lines (13 loc) • 692 B
Markdown
# Create Nuxtus
NPX package for creating a new [@nuxtus/nuxtus](https://github.com/nuxtus/nuxtus) site. A boilerplate based on [Directus](https://directus.io) and [Nuxt](https://nuxtjs.org) (with [Tailwind CSS](https://tailwindcss.nuxtjs.org/) included).
Simply run:
```bash
npx create-nuxtus@latest app-name
```
> Replace `app-name` with the name of your project.
For more details visit [nuxtus.com](https://nuxtus.com) or [read the documentation](https://docs.nuxtus.com)
## Developing/Debugging
You can modify the branch the script uses by supplying an environment variable `NUXTUS_BRANCH` when executing the script:
```bash
$ NUXTUS_BRANCH=develop ./build/src/main.js app-name
```