Vue.js implementation of SharedStake DeFi protocol.
📁 For AI Agents: See /llm/
folder for comprehensive project context and migration history.
nvm install 18
nvm use 18
yarn install
yarn serve # Development server
yarn build # Production build
yarn lint # Code linting
- Framework: Vue 2.7.14 (Vue 3 migration planned)
- Web3: ethers.js v6 (Web3.js fully deprecated)
- Security: A+ grade (0 critical vulnerabilities)
- Bundle: 2.06 MiB (40% optimized)
Ready for Vue 3 migration and PostCSS 8.x upgrade.