add module fedration
Showing
... | @@ -4,14 +4,15 @@ | ... | @@ -4,14 +4,15 @@ |
"private": true, | "private": true, | ||
"type": "module", | "type": "module", | ||
"scripts": { | "scripts": { | ||
"dev": "vite", | "dev": "vite --port 5000 --strictPort", | ||
"build": "vite build", | "build": "vite build", | ||
"preview": "vite preview", | "preview": "vite preview --port 5000 --strictPort", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", | ||
"format": "prettier --write src/", | "format": "prettier --write src/", | ||
"test": "jest" | "test": "jest" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@originjs/vite-plugin-federation": "^1.3.3", | |||
"@sangarajuguptanisum/vue-custom-components": "^0.0.3", | "@sangarajuguptanisum/vue-custom-components": "^0.0.3", | ||
"axios": "^1.6.2", | "axios": "^1.6.2", | ||
"vue": "^3.3.10", | "vue": "^3.3.10", | ||
... | ... |
Please register or sign in to comment