mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:17:23 +00:00
435cd9a7c9
* feat: date-only operators * feat: add opposite operators * fix: use moment to parse date string * fix: remove additional moment dependency. * modify date filter operators Co-authored-by: chenos <chenlinxh@gmail.com> |
||
---|---|---|
.. | ||
mock | ||
src | ||
.editorconfig | ||
.env.example | ||
.fatherrc.ts | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
.umirc.ts | ||
nodemon.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
typings.d.ts |
NocoBase Application
Getting Started
Install dependencies,
$ yarn install
Start the dev server,
$ yarn start