https://github.com/rholo/ng-vue-migration
Basic sample to migrate from AngularJS to Vue without modules
https://github.com/rholo/ng-vue-migration
Last synced: 3 months ago
JSON representation
Basic sample to migrate from AngularJS to Vue without modules
- Host: GitHub
- URL: https://github.com/rholo/ng-vue-migration
- Owner: rholo
- Created: 2021-12-14T14:36:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T19:25:56.000Z (over 3 years ago)
- Last Synced: 2025-01-13T00:43:45.388Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Migrate AngularJS app with Vue/Vuex
this is an example to migrate your legacy project from angularjs to Vue including Vuex and i18n features,
NOTE: this project is not using javascript modules
this migration is from angularJS inside to create new features using Vue..
even you can add Eslint + Prettier config for better practices and clean code.