Skip to content

Step by step tutorial on how I implemented an incremental migration from AngularJS to VueJs 🏂

Notifications You must be signed in to change notification settings

pgarciaegido/migrate-angualrjs-to-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate AngularJS to Vue

Install the dependencies.

npm i

Launch development server:

npm start

Build

npm run build

Stage 1

Here we only have our simple AngularJS platform.

Basically there are three different pages (landing, login and content) plus the root. The router (ui-router) manages to go to selected route.

In the following stages we will be writing another application in VueJS, and eventually both apps will "coexists" thanks to a layer above them that will show either of them, depending on the route.

About

Step by step tutorial on how I implemented an incremental migration from AngularJS to VueJs 🏂

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published