@woubuc/create-nuxt-app
v1.2.0
Published
A simple [Nuxt](https://nuxtjs.org) scaffolding script that sets up:
Downloads
12
Readme
Create Nuxt App
A simple Nuxt scaffolding script that sets up:
- A Nuxt project configured for a static generated site
- Typescript support through
nuxt/typescript
andnuxt-property-decorator
- Tailwind CSS v2 support (incl. JIT) through
nuxt/tailwind
- Internationalisation support through
nuxt/i18n
Based on a project created by the official create-nuxt-app
tool, then
adjusted to my own taste so I can get up and running faster.
- Tab-based indentation
- Includes a .swpfile
- Ready to use types & tsconfig
- Tailwind config & css file already created
- Basically empty default layout & index page, without default Nuxt content
Usage
yarn create @woubuc/nuxt-app <name>
Note: if you have used yarn create nuxt-app
in the past, Yarn will try to run
that instead of this one. You will have to uninstall the global package first
with yarn global remove create-nuxt-app
.