create-nuxt-app
create-nuxt-app copied to clipboard
Create Nuxt.js App in seconds.
When creating a new Nuxt App with Typescript, it can be difficult to use Vuex as it's not typed by default and setting up nuxt-typed-vuex can be difficult as well,...
I have created multiple nuxt apps before and never had this error. But now when I run the command `npm init nuxt-app `, I get this error: `/c/Users/devel/AppData/Roaming/npm/create-nuxt-app: line 2:...
Please add [Bootstrap 5](https://getbootstrap.com/) as UI Framework option. I mean Bootstrap and NOT Bootstrap-Vue. Thanks ❤
if i dont add browserslist in my package.json , create-nuxt-app will not add any css prefix. i think create-nuxt-app should add default browserslist in package.json.
Hi, Is it possible to expand this package and adding my own packages? I want to make a completer start package for my colleagues with some public en private packages.
I noticed that I cannot specify my backend framework anymore, in this case I would like to use express. Is this just not possible anymore?
``` MacOS 11.2.3 Node v14.15.3 Yarn 2.4.1 ``` Hello, I've been getting errors after `yarn create nuxt-app`. Upon running `yarn dev` I could preview in browser, but then the preview...
With create-react-app I can do ``` npx create-react-app my-app --template @username/package ``` with create-next-app I can do ``` create-next-app -e https://github.com/username/repo ``` with ember cli I can do ``` ember...
I was create folder "mixin" in root directory, when i run dev or build command everything fine but when i run test with jest next code cannot be resolved by...
Hey! We have a CLI process, which uses `create-nuxt-app` in non-interactive mode to prepare a new empty project. Unfortunately, providing `--answers` causes that all default values from prompts are omitted,...