create-nuxt-app
create-nuxt-app copied to clipboard
Create Nuxt.js App in seconds.
### What problem does this feature solve? In addition to the VSCode configuration, we could add a .sublime-project file to also give Sublime Text instructions. Sublime Text projects: https://www.sublimetext.com/docs/3/projects.html Indentation...
Hi!✌ I am using Nuxt.js with Express.js. How to properly use `"@"` or `"~"` aliases inside `server` folder? It doesn't work for me. ` Error: Cannot find module '~/server...'`
Hi, I'm attempting to deploy a Nuxt app with an express server. I have tried deploying to both Heroku and Netlify and have gotten the same error on both, so...
@nuxt/types package provides type definition for Nuxt configuration. [Configuration (Runtime) | Nuxt TypeScript](https://typescript.nuxtjs.org/cookbook/configuration.html) I think that project with TypeScript should use `nuxt.config.ts` instead `nuxt.config.js`.
### Version [v2.11.0](https://github.com/nuxt.js/releases/tag/v2.11.0) ### Reproduction link [https://jsfiddle.net/](https://jsfiddle.net/) ### Steps to reproduce npx create-nuxt-app and then run npm (run) test ### What is expected ? test should work ### What is...
Replace https://github.com/nuxt-community/axios-module with https://github.com/nuxt/http
Projects using typescript should include a definition file: vue-shim.d.ts ```ts declare module "*.vue" { import Vue from 'vue' export default Vue } ``` this allows importing `.vue` modules inside `.ts`...

# Steps to reproduce 1. `yarn create nuxt-app errtest` ``` ✨ Generating Nuxt.js project in errtest ? Project name errtest ? Project description Nuxt error page test ? Author name...
Users may not be aware about any newer releases being made and would end up using the older versions. [update-notifier](https://www.npmjs.com/package/update-notifier) serves the purpose here. As from the tagline, `Inform users...