Initializing a project with vue does not work
See original GitHub issueI 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:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gimyboya Looks like it’s broke as hell 😢 Looking for a fix now 👍
@MarshallOfSound it’s working thanks for the quick fix!