整理最近这一阶段出现的AI绘图标签,便于国内体
# install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate 说明
该项目的制作,一方面是为了自己熟悉 Nuxt 搭建的模板,另一方面也是便于朋友使用 novelAI 的 tag 来测试。
线上地址 其他为了避免麻烦,暂时会先不做网站域名的认证。
后期可能考虑会考虑使用后端来管理,不过目前暂时先不考虑这些。
开源不易,还请点个 star,如果有意见,还请再issues上提交意见。
参考以下为数据来源的参考,如果有更好的数据来源,还请斧正。
zcyzcy88/TagTable
目录enterprise-service-platform-ui
├─.nuxt
├─.editorconfig // 格式化规则(后续可能考虑清除)
├─.eslintignore // eslint忽略规则
├─.eslintrc // eslint检测规则
├─.gitignore // git提交忽略规则
├─.prettierrc // Prettier - Code formatter检测规则
├─nuxt.config.js // nuxt项目的基础配置
├─package-lock.json // node安装包版本锁
├─package.json // node 安装包版本范围
├─README.md // 说明文档
├─api // api文件
├─assets
│ ├─401_images
│ ├─404_images
│ ├─img
│ └─styles
├─components // 全局组件
│ ├─layouts // 页面常用的模板
│ │ ├─pageError // -- 错误模板
│ │ ├─pageFooter // -- 底部模板
│ │ └─pageHeader // -- 顶部模板
│ └─page // 页面常用的模板
│ ├─pageArticle // --文章页面
│ ├─pageList // --列表页面
│ ├─pageSider // --侧边栏页面
│ └─pageSider // --侧边栏页面
├─config // 全局的JS配置文件
├─layouts // 模板页
├─middleware // 中间件
├─node_modules // 引入的包
├─pages // 页面
│ └─companyProfile
├─plugins // 引入插件
├─static // 常态文件
├─store // VUEx全局变量管理
└─utils // JS工具类文件
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。