一个时间计算器

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

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制作。