# datapertus **Repository Path**: haml/datapertus ## Basic Information - **Project Name**: datapertus - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-22 - **Last Updated**: 2022-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-ts-starter ### Description vue3 starter ### Software Architecture Vue 3 + TypeScript + Vite + Scss + Vue Router + Pinia + Axios ### Installation 1. recommend using [pnpm](https://pnpm.io/installation),you can also use ```npm```、```yarn``` 2. install: ```pnpm install``` 3. run project: ```pnpm dev``` ### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request