# rustu-vue **Repository Path**: SnailCoder/rustu-vue ## Basic Information - **Project Name**: rustu-vue - **Description**: rustu.fun 网站前端 vue化,之前我们的前端没有使用vue, 现在我们会把它改造为vue。 好久没有使用Vue了,不知道是否把前端的知识都忘记了,所以重新学习Vue也是此工程目的之一。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.rustu.fun - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-29 - **Last Updated**: 2025-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # hello_vue This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` 最后把生成的css, js, html文件复制到axum_hello对应的文件夹下面。