question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[CLI Tooling]: Add support for `create-nuxt-app`

See original GitHub issue

Is your feature request related to a problem? Please describe. To make it simple for users to get started with Chakra UI Vue with Nuxt.js, we can include Chakra UI Vue as an option to the CLI template.

Describe the solution you’d like Add Chakra UI Vue as an option to create-nuxt-app.

Additional Context Should be added at the Create Nuxt App repo.

See: https://github.com/nuxt/create-nuxt-app/tree/master/packages/cna-template/template/frameworks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:20 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
Easybuoycommented, Jul 30, 2020

Yes, we need to wait until it’s merged

1reaction
Easybuoycommented, Jul 28, 2020

So I think this might have to do with how @chakra-ui/nuxt installs the @chakra-ui/vue dependency.

Find the version that was specified for create-nuxt-app below @codebender828

{
  "dependencies": {
    "@chakra-ui/nuxt": "^0.0.7",
    "@nuxtjs/emotion": "^0.0.1"
  }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Started With “Create Nuxt App” | Vue.js
The create-nuxt-app CLI is similar to the Vue CLI in the fact that both tools help you get up and running with a...
Read more >
Create Nuxt.js App in seconds. - GitHub
CLI Options. --edge. Alias: -e . To install nuxt-edge instead of nuxt, add the command line option --edge : npx create-nuxt-app <my-project> --edge....
Read more >
Installation - Nuxt
To get started quickly, you can use create-nuxt-app . ... This command will add nuxt as a dependency to your project and add...
Read more >
Getting started with Nuxt.js - DEV Community ‍ ‍
You can start a new Nuxt project easily with create-nuxt-app. This CLI provides an interactive menu for quickly setting up your project.
Read more >
Automate your Nuxt.js app deployment - CircleCI
Go ahead and create a new Nuxt.js app by running the following command: npx create-nuxt-app my-nuxt-app. Accept the default project name and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found