# 费尔官网 in vue3 **Repository Path**: jackting2010/vue3-demo ## Basic Information - **Project Name**: 费尔官网 in vue3 - **Description**: 使用vue3做的费尔安全官网---纯练手 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://guo-weijie.github.io/filseclab-demo/index.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-08-07 - **Last Updated**: 2023-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-demo ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### 推送 dist 文件夹到 gh-pages 分支 ``` git subtree push --prefix dist github gh-pages ```