vue-migration-helper | CLI tool aid in migration from Vue | Data Migration library
kandi X-RAY | vue-migration-helper Summary
kandi X-RAY | vue-migration-helper Summary
CLI tool to aid in migration from Vue 1.x to 2.0
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of vue-migration-helper
vue-migration-helper Key Features
vue-migration-helper Examples and Code Snippets
Community Discussions
Trending Discussions on vue-migration-helper
QUESTION
I have started vueJS app cloning this repo https://github.com/auth0-blog/vue-jwt-authentication. I have developed with that for few days and developed some pages with that. Later realized that it was Vue1.0. I then used https://github.com/vuejs/vue-migration-helper and migrated to vue 2.0. I have fixed all the errors one by one.
Now when I run the app, it just does not show any error but it was empty.
I dont even get any errors in either browser console or in npm terminal.
In the Inspect element,
I have researched for this and cant find any such issues. I am a beginner in vue js and I am struggling in this for last two days. Thanks in advance.
...ANSWER
Answered 2017-Jan-03 at 02:38There are several errors. First the repo can't compile at all.
in index.js:8 and :37
the file components/IncidentTrendI7.vue
doesn't exist, simply remove these two lines.
and the build.js
isn't included in your index.html
, add manually in your
index.html
The last one is your root component. You need a render function to render your app in Vue 2.0 (or a template if you use the standalone build, but the runtime-only version is preferred), so the root component in your index.js
will look like:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vue-migration-helper
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page