create-nuxt-app icon indicating copy to clipboard operation
create-nuxt-app copied to clipboard

Create Nuxt.js App in seconds.

Results 125 create-nuxt-app issues
Sort by recently updated
recently updated
newest added

I thought you wanted to know about this. I updated the latest modules with the command `ncu -u` and after that the project no longer started but JavaScript ran out...

This has been addressed because it takes time to import individually each time.

* PR #792 has removed the individual README.md files and moved their contents (after slight changes) to the README.md in the project root. However, the `middleware` section is missing, and...

First, I'm using node 15.2.1 but I've also tried this on 14.15.1 and 15.12.0. I ran npx create-nuxt-app my-app with the following parameters: ``` Project name: client Programming language: JavaScript...

Give users the option to pre-select preprocessors like SASS.

cmty:feature-request

The issue is that Tailwind media queries used in PostCSS blocks in components are not compiling correctly. To replicate, I have generated a new nuxt app with the following settings:...

(Semi-related to #582, but not a duplicate) It would be really handy if the `.git` directory is ignored when `[out-dir]` is checked for existing contents. Adding --overwrite-dir in v3.7.0 was...

![image](https://user-images.githubusercontent.com/23396979/125014822-ef5a6500-e0a0-11eb-9293-828a621b7c0c.png)

I added composition api to features. It will be useful for Nuxt.js Composition API users.