# Practive-next **Repository Path**: kiik33/Practive-next ## Basic Information - **Project Name**: Practive-next - **Description**: whatever - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Practive-next ### 如何执行 #### 1、将项目clone到本地,cd到Practive-next ```javascript git clone https://github.com/kiik33/Practive-next.git cd Practive-next ``` ### 2、安装依赖 ```javascript npm install 或 yarn install ``` ### 3、执行 ```javascript npm run dev // npm run build(打包) ``` #### 4、打开浏览器浏览 http://localhost:9000