文件名称:express-notes:端到端笔记记录应用程序,全面的降价支持。 托管在heroku和github页面上
文件大小:2.42MB
文件格式:ZIP
更新时间:2024-06-01 21:13:20
JavaScript
表达笔记 使用node.js和nuxt.js构建的用于存储注释的应用程序 构建设置 # install dependencies $ yarn install # serve with hot reload at localhost:3000 $ yarn run dev # build for production and launch server $ yarn run build $ yarn start # generate static project $ yarn run generate 有关工作原理的详细说明,请 。 服务器Api路由 根据请求,以下是现有服务器端路由的文档: 这些可能会发生变化 /api //这是所有作用于此范围的父作用域。 /auth 授权当前有4种方法和1种别名。 POST /login 必填字段: username , password
【文件预览】:
express-notes-master
----package.json(1KB)
----layouts()
--------shared.vue(638B)
--------login.vue(52B)
--------default.vue(645B)
--------README.md(261B)
----plugins()
--------element-ui.js(163B)
--------filters.js(393B)
--------README.md(319B)
----assets()
--------README.md(296B)
--------inter-ui()
----middleware()
--------authenticated.js(390B)
--------README.md(384B)
----api()
--------models()
--------index.js(2KB)
--------routes()
--------middleware()
----package-lock.json(420KB)
----static()
--------.nojekyll(1B)
--------README.md(362B)
--------favicon.ico(1KB)
----.eslintrc.js(500B)
----pages()
--------index()
--------login.vue(1KB)
--------shared()
--------index.vue(3KB)
--------README.md(285B)
----.gitignore(92B)
----components()
--------Logo.vue(1KB)
--------NoteList.vue(1KB)
--------Note.vue(2KB)
--------EditNote.vue(5KB)
--------LoginForm.vue(2KB)
--------README.md(205B)
----README.md(2KB)
----nuxt.config.js(3KB)
----.editorconfig(207B)
----store()
--------index.js(4KB)
--------README.md(399B)