# 费尔官网 in vue3 **Repository Path**: guo-weijie/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**: 4 - **Forks**: 3 - **Created**: 2021-07-02 - **Last Updated**: 2023-09-01 ## 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 ```