一个时间计算器

LiuLiu 3d3c7dd06d 取消最大值最小值限制 2 years ago
assets 6bee99c08e first commit 2 years ago
components 3d3c7dd06d 取消最大值最小值限制 2 years ago
pages 6bee99c08e first commit 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 21bd496755 更新readme 2 years ago
nuxt.config.js 6bee99c08e first commit 2 years ago
package-lock.json 6bee99c08e first commit 2 years ago
package.json 6bee99c08e first commit 2 years ago

README.md

时间计算器

项目简介

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

构建步骤

# 安装依赖
$ npm install

# 开发环境运行
$ npm run dev

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

# 生成静态项目
$ npm run generate

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

其它

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