3 Star 0 Fork 0

openLooKeng / website-debug

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

website-debug

介绍

本网站为openLooKeng 社区官网的文档及博客的有奖捉虫活动的详情介绍

软件架构

Vue 3 + TypeScript + Vite + Scss + Vue Router + Pinia + Axios

安装教程

  1. 推荐使用pnpm安装,当前你也可以使用 npm、yarn
  2. 安装依赖 pnpm install
  3. 运行项目 pnpm dev

风格命名

  1. 文件夹名称建议使用 kebab-case, 如: hello-world
  2. vue 文件建议使用 PascalCase, 如: HelloWorld.vue

目录说明

|-- src

  |-- api API接口

  |-- assets 资源目录,如图片、视频等
      |-- svg-icons  svg 雪碧图图标

  |-- components 跨页面公共组件

  |-- pages 项目页面
      |-- course 页面
      |-- course-detail 子页面

  |-- shared 公共工具及文件
      |-- axios axios封装
      |-- styles 公共样式

  |-- stores 全局状态管理

  --- main.ts 入口文件
  --- router.ts 路由文件

参与贡献

  1. 点击本仓库 Gitee 主页右上角的 Fork 按钮,创建个人 Fork 仓
  2. 使用 git 工具把代码拉取到本地
  3. 新建 Feat_xxx 分支进行开发
  4. 开发完成后,提交代码到个人 Fork 仓
  5. 新建 pull request,把修改以 PR 形式提交到本仓库
MIT License Copyright (c) 2022 devin-cwd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/openlookeng/website-debug.git
git@gitee.com:openlookeng/website-debug.git
openlookeng
website-debug
website-debug
master

搜索帮助