Skip to content

nkm-cms内容管理系统服务端,测试账号:testAdmin/nkm-123456

License

Notifications You must be signed in to change notification settings

nkm-cms/nkm-cms-server

Repository files navigation

nkm-cms内容管理系统服务端

用户角色权限说明

  1. 新增资源
  2. 新增角色然后角色关联资源
  3. 新增用户然后用户关联角色(目前已实现单用户多角色功能)

QuickStart

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Don't tsc compile at development mode, if you had run tsc then you need to npm run clean before npm run dev.

Deploy

$ npm run tsc
$ npm start

Npm Scripts

  • Use npm run lint to check code style
  • Use npm test to run unit test
  • se npm run clean to clean compiled js at development mode once

Requirement

  • Node.js 8.x
  • Typescript 2.8+

About

nkm-cms内容管理系统服务端,测试账号:testAdmin/nkm-123456

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published