create-nuxt-app
create-nuxt-app copied to clipboard
Create Nuxt.js App in seconds.
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...
Any idea
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.
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...

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