文件名称:nuxt-password-protect:Nuxt密码保护模块
文件大小:277KB
文件格式:ZIP
更新时间:2024-05-18 03:34:26
JavaScript
密码保护 一个用于密码保护您的页面或整个网站的简单模块。 特征 需要密码才能访问页面 需要密码才能访问整个网站 完全控制密码页面 用法 将模块以及密码保护选项添加到nuxt.config.js中。 您的密码可以存储为环境变量,也可以硬编码在源文件中。 将模块添加到nuxt.config.js 要设置nuxt-password-protect ,请确保将模块添加到nuxt.config.js文件中。 module.exports = { modules: ['nuxt-password-protect'] } 选项 nuxt.config.js中的模块初始化 module.exports = { modules: ['nuxt-password-protect'], passwordProtect: { enabled: true, formPath: '/
【文件预览】:
nuxt-password-protect-master
----.gitignore(133B)
----package.json(2KB)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----examples()
--------demo()
----.eslintrc.js(590B)
----Readme.md(5KB)
----lib()
--------plugin.js(873B)
--------module.js(836B)
--------password-protect()
----.circleci()
--------config.yml(710B)
----test()
--------getPasswordProtect.test.js(6KB)
----.editorconfig(207B)
----.prettierrc(43B)
----yarn.lock(271KB)