An opinionated Create Nuxt App
Usage
npx @atoms-studio/create-nuxt-app <my-project>
npm init @atoms-studio/nuxt-app <my-project>
yarn create @atoms-studio/nuxt-app <my-project>
Main differences from the official version
- Support SCSS styles out of the box, with a default entry file in
~/assets/scss/app.scss
- Different prompt default values:
- Package manager: Npm (was Yarn)
- UI framework: Tailwind CSS (was none)
- Nuxt Modules: Axios, PWA (was none)
- Linting tools: Eslint, Prettier, Lint stages files (was none)
- devTools: jsconfig.json (was none)
- -y / --yes cli flag to use default options in every prompt
Roadmap