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.

Initializing a project with vue does not work

See original GitHub issue

I am using electron-forge@3.0.2 and when i create a new project with a vue template it just create a normal project with html and js not a vue one.

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project follows, as appropriate.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Please describe your issue:

Console output when you run electron-forge with the environment variable DEBUG=electron-forge:*. (Instructions on how to do so here). Please include the stack trace if one exists.

nothing to show here

What command line arguments are you passing?

electron-forge init paper-wallet --template=vue --lintstyle=airbnb

What does your config.forge data in package.json look like?

"config": {
    "forge": {
      "make_targets": {
        "win32": [
          "squirrel"
        ],
        "darwin": [
          "zip"
        ],
        "linux": [
          "deb",
          "rpm"
        ]
      },
      "electronPackagerConfig": {},
      "electronWinstallerConfig": {
        "name": "paper_wallet"
      },
      "electronInstallerDebian": {},
      "electronInstallerRedhat": {},
      "github_repository": {
        "owner": "",
        "name": ""
      },
      "windowsStoreConfig": {
        "packageName": "",
        "name": "paperwallet"
      }
    }
  },

Please provide either a failing minimal testcase (with a link to the code) or detailed steps to reproduce your problem. Using electron-forge init is a good starting point, if that is not the source of your problem.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
MarshallOfSoundcommented, May 26, 2017

@gimyboya Looks like it’s broke as hell 😢 Looking for a fix now 👍

0reactions
gimyboyacommented, May 26, 2017

@MarshallOfSound it’s working thanks for the quick fix!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating a Project | Vue CLI
vue create​​ If you are on Windows using Git Bash with minTTY, the interactive prompts will not work. You must launch the command...
Read more >
Project Initialization · Vue.js Tutorials
This will initialize a new Vue. js application with support for server-side rendering and hot module reload in development. You can now start...
Read more >
Initializing a project with vue does not work · Issue #237 - GitHub
I am using electron-forge@3.0.2 and when i create a new project with a vue template ... Initializing a project with vue does not...
Read more >
Vue-cli compiled app not initializing in certain cases
Basically I stumbled upon this problem once again and this time problem was very similar: Two apps, one shared component, build breaks /...
Read more >
Getting Starting With Vue.js Quickly With Just 3 STEPS!
Learn how to install Vue.js app in your computer with three steps: Install Node.js and NPM, Install Webpack npm package and run the...
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