Skip to content

programmer-yili/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

程序猿依力前端学习脚手架

针对小白前端快速方便搭建html+css+js环境学习的小脚手架。支持热加载。

环境需求

上述安装为Win环境,Mac环境请自行查询

使用方法

拉取代码

git clone git@github.com:programmer-yili/web-playground.git

安装依赖

cd web-playground

yarn install 或 npm install

启动服务

yarn serve 或 npm run serve

打开浏览器,访问 http://localhost:3000(一般自动打开浏览器)

注意: 网站文件目录为public目录,index.html为入口文件。