一个时间计算器

LiuLiu f2cc65ccc8 美观化 2 years ago
assets 6bee99c08e first commit 2 years ago
components 488cc29e9d 取消最大值最小值限制 2 years ago
pages f2cc65ccc8 美观化 2 years ago
plugins 6bee99c08e first commit 2 years ago
static 6bee99c08e first commit 2 years ago
store 6bee99c08e first commit 2 years ago
.editorconfig 6bee99c08e first commit 2 years ago
.gitignore 6bee99c08e first commit 2 years ago
README.md f3ae195ccc 添加了仓库链接和项目链接 2 years ago
nuxt.config.js 55ee79b8a2 修改了忘记修改无数次的title 2 years ago
package-lock.json 6bee99c08e first commit 2 years ago
package.json 6bee99c08e first commit 2 years ago

README.md

时间计算器

项目简介

轻松计算时间和,或用一个时间减去另一个时间。

项目地址

http://time-calculator.zbliuliu.top/

构建步骤

# 安装依赖
$ npm install

# 开发环境运行
$ npm run dev

# 构建生产环境并运行
$ npm run build
$ npm run start

# 生成静态项目
$ npm run generate

了解更多,请参考Nuxt.js文档

其它

本项目基于Vue.js、Nuxt.js、Element UI制作。