# MyWebsite **Repository Path**: ykbolo/MyWebsite ## Basic Information - **Project Name**: MyWebsite - **Description**: 我的个人网站 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-02 - **Last Updated**: 2021-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # new-pro ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### 线上 build ``` npm run build:prod ``` ### 本地 build ``` npm run build:dev ``` ### 线上启动 ``` npm run build:prod ``` ### 本地启动 ``` npm run build:dev ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/)