Home
Softono

Vuejs Admin Server

Open source JavaScript
124
Stars
66
Forks
2
Issues
11
Watchers
7 years
Last Commit

 About Vuejs Admin Server

vuejs-admin项目服务端部分

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Vuejs Admin Server?

We provide expert installation service for this software. Our team will install, configure, and secure Vuejs Admin Server on your server. plans start at just $30.

Vuejs Admin Server

View on GitHub

vuejs-admin-server

vuejs-admin server implements based on eggjs

快速入门

如需进一步了解,参见 egg 文档

本地开发

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

部署

$ npm start
$ npm stop

单元测试

  • [egg-bin] 内置了 [mocha], [thunk-mocha], [power-assert], [istanbul] 等框架,让你可以专注于写单元测试,无需理会配套工具。
  • 断言库非常推荐使用 [power-assert]。
  • 具体参见 egg 文档 - 单元测试

内置指令

  • 使用 npm run lint 来做代码风格检查。
  • 使用 npm test 来执行单元测试。
  • 使用 npm run autod 来自动检测依赖更新,详细参见 autod