Skip to content

jtfl2008/learnNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learnNote

学习笔记

标题

列表

  • 无序
  • 无序
  • 无序
  1. 有序列表
    1. 嵌套列表 1
    2. 嵌套列表 2
  2. 有序列表

区块引用

二级

三级

链接 图片

<p>单行代码段 </p>

var a = 0

分割线


删除

强调 斜体

这是红色字体

Email:[email protected]

换行

表格

默认表格:

First Header Second Header Third Header
Content Cell Content Cell Content Cell
Content Cell Content Cell Content Cell

左右浮动表格:

First Header Second Header Third Header
Left Center Right
Left Center Right
目录结构
─ src
├── common #
│ ├── audio #音频
│ ├── images #图片
│ ├── javascript #api 接口、cache、config 等 js 文件
│ ├── style #公用 style
├── components #组件
├── pages #页面,处理业务,主要分为三个模块
│ ├── admin
│ ├── seller
│ ├── user
│ ├── index.vue
│ ├── login.vue
├── router #路由
│ ├── index.js
├── store #vuex 的 store,分了三个模块
│ ├── admin
│ ├── seller
│ ├── user
│ ├── index.js
├── App.vue
├── main.js

About

学习笔记

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages