前智能时间
Smart Time Ago是一个小jQuery库,用于智能地更新文档中的相对时间戳。 (例如“ 3小时前”)。
它最初是为 (最初是Pragmatic.ly)构建的。
它受到另一个jQuery插件的启发,但具有更大的灵活性和智能性。
安装
您可以将其用作jQuery插件。
Just copy the lib/timeago.js or src/timeago.coffee to your project folder then load it after jQuery.
或者
描述
基于框架Typescr ipt入门存储库创建的一个小的应用,用于体验嵌套开发
安装
$ npm install
运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm
我的第一个应用
构建设置
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
有关工作原理的详细说明,请查看 。