> 企业门户网站是基于Vue3+TypeScript+Vite+pinia响应式企业官方网站,使用 [Vite](https://cn.vitejs.dev/) 脚手架搭建,使用 [Vue3](https://cn.vuejs.org/) 开发。 ## 运行/启动 ```bash npm i npm run dev ``` ## 构建&预览 ```bash # 构建生产环境 npm run build # 预览构建的产品 npm run preview ``` ## Vue 3 + Vite This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `