Nuxt / Express / MongoDB / JWT Admin CRUD样板 适用于您的MongoDB集合的自动Express API和CRUD Web应用程序。 只需将您的架构添加到data_api / models文件夹并运行随附的安装脚本即可自定义配置并添加您的管理员凭据。 所有API端点和Web应用程序页面均自动受到JSON Web令牌认证的保护。 Coffeescript版本 建立 安装 # Clone the repo $ git clone git@github.com:edmundpf/nuxt_express_jwt.git # Install the de