# Micro Frontend Wallet **Repository Path**: cstcloud-cnic/mf-wallet ## Basic Information - **Project Name**: Micro Frontend Wallet - **Description**: 基于single-spa的微前端: wallet项目 使用Quasar V2框架,采用Vue.js 3.2语法 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-06 - **Last Updated**: 2025-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Micro Frontend Wallet (@cnic/wallet) Micro Frontend Wallet ## Install the dependencies ```bash yarn # or npm install ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` ### Lint the files ```bash yarn lint # or npm run lint ``` ### Build the app for production ```bash quasar build ``` ### Customize the configuration See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).