登录 注册
当前位置:主页 > 资源下载 > 5 > Frontline Boilerplate v2,采用Bootstrap 4和Font Awesome 5的frontend-boilerplate-v2

Frontline Boilerplate v2,采用Bootstrap 4和Font Awesome 5的frontend-boilerplate-v2

  • 更新:2024-08-07 08:22:56
  • 大小:1.52MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

前端样板v2 前端样板v2 包含 入门 # Clone the repo git clone https://github.com/AsyrafHussin/frontend-boilerplate-v2.git < project> # Navigate to project folder cd < project> # Remove git and README rm -rf ./.git && rm -rf ./README.md # Initial Setup npm install # Serve the application on http://127.0.0.1:8000 npm run serve # Watch for auto compile on http://127.0.0.1:3000 npm run watch 可用命令 列出所有可用的命令 命令