# Web-front-end-knowledge-system **Repository Path**: JasonMetal/Web-front-end-knowledge-system ## Basic Information - **Project Name**: Web-front-end-knowledge-system - **Description**: Summary of web front-end knowledge system - **Primary Language**: Shell - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-09 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: 前端知识体系 ## README # Web-front-end-knowledge-system Summary of web front-end knowledge system ```shell //centos7 curl -sL https://rpm.nodesource.com/setup_16.x | bash - yum install -y nodejs curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo yum install yarn // 推荐使用 yarn yarn # npm update yarn install # npm install //生成静态文件 yarn build # npm run build //OR sh deploy.sh ```