# 模板仓库 Vue3空白模板仓库,只集成了axios、pinia、gsap、crypto和eslint等风格化包 ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```