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

`@types/jest` should be included in `tsconfig.json`'s `types` array and the library should be pulled as a dependency

typescript

When creating your app if you use a package name with spaces you don't get the warning until you have answered all the questions and then are left frustrated as...

Now, there are no rules defined for stylelint. [^1] I think that some rules should be enabled by default like ESLint. ## My idea `@nuxtjs/stylelint-config`: ```js module.exports = { extends:...

`stylelint` doesn't have default rules which is something the dev server complains about out of the box (https://github.com/nuxt/create-nuxt-app/issues/388). Choosing `tailwindcss` as a UI framework, `stylelint` could have this config (taken...

Add nuxt-start to nuxt configuration => nuxt-start in dependencies => nuxt start in dev-dependencies

Hi everyone, I always initiate a project with 1. a certain meta config 2. a bunch of plugins 3. some style assets 4. a couple of layouts 5. a bunch...

### Expected vuetify logo image size 360px × 360px ### Actually

I'm used npx create-nuxt-app I'm selected modules is vuetify, axios, pwa, eslint, ssr in nuxt.config.js router: { scrollBehavior: function (to, from, savedPosition) { console.log(to) console.log(from) console.log(savedPosition) return { x: 0,...

need info

Good morning, I am not able to create a nuxt app with all the new nice options (jest, ant-design, etc.). I already did update node and npx. I really appreciate...