itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐
https://itgoyo.github.io/500Days-Of-Github
138 stars 13 forks source link

使用Vue打造一个Fliqlo数字时钟 #246

Open itgoyo opened 3 years ago

itgoyo commented 3 years ago

项目地址:https://github.com/itgoyo/clock

基于html的翻页时钟

A clock from html. It looks like the fliqlo.

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.

打包然后放到服务器上面: npm run build生成一个dist文件,然后丢在服务器里,以后直接在浏览器打开http://localhost:8080/就可以了