Closed srijitcoder closed 3 weeks ago
vue:3
vue-router
@eox/eslint-config
component
views
assets
router.js
App.vue
Navbar
RouterView
main.js
eslint
prettier
vite
gitignore
Added initial vue project setup
vue:3
vue-router
@eox/eslint-config
component
: For adding small componentsviews
: For adding views for different router pathassets
: Could be used later to added different assets like CSS, JS, JSON, Images etcrouter.js
: Controls all the paths for the Vue appApp.vue
: Main App which containsNavbar
andRouterView
main.js
: Entry point for the vue app along with router configeslint
,prettier
,vite
,gitignore
etc