Open itgoyo opened 3 years ago
项目地址:https://github.com/itgoyo/clock
基于html的翻页时钟
A clock from html. It looks like the fliqlo.
npm install
npm run serve
npm run build
npm run lint
See Configuration Reference.
打包然后放到服务器上面: npm run build生成一个dist文件,然后丢在服务器里,以后直接在浏览器打开http://localhost:8080/就可以了
dist
项目地址:https://github.com/itgoyo/clock
基于html的翻页时钟
A clock from html. It looks like the fliqlo.
Project setup
Compiles and hot-reloads for development
Compiles and minifies for production
Lints and fixes files
Customize configuration
See Configuration Reference.
打包然后放到服务器上面:
npm run build
生成一个dist
文件,然后丢在服务器里,以后直接在浏览器打开http://localhost:8080/就可以了