# vue-base-website-template **Repository Path**: labike/vue-base-website-template ## Basic Information - **Project Name**: vue-base-website-template - **Description**: 用vue写官网模版 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-10 - **Last Updated**: 2021-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mimall ## 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 ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### how to deploy to cloud server * ssh admin@ip * wget node.js * tar -zxvf files.tar.gz * yum install nginx * which nginx 查看nginx安装路径 * nginx -t 检查配置 * nginx -s stop * nginx -s reload