# Hongshaoli-Blog **Repository Path**: hsl947/Hongshaoli-Blog ## Basic Information - **Project Name**: Hongshaoli-Blog - **Description**: My Blog~已改版为服务端渲染,请看Hongshaoli-Blog-SSR仓库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-07 - **Last Updated**: 2021-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hongshaoli's Blog ### This is Hong Shaoli’s personal blog, also a personal homepage, usually recording some technical blog posts, etc. ### Continued update... > First, you have to do it. ## Project setup ``` npm install ``` > Then,you can open vue-cli3 graphical interface. ### A full graphical user interface to create and manage Vue.js projects. ``` vue ui ``` > Or you can do like vue-cli2 before ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ```