# base-web **Repository Path**: haojundd/base-web ## Basic Information - **Project Name**: base-web - **Description**: 基于vue2的基础前端项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-10 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, JavaScript ## README # base-web ## 查看镜像源 ``` npm get registry ``` ## 设置淘宝源 ``` npm config set registry http://registry.npm.taobao.org ``` ## Project setup ``` npm i ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).