当前位置:网站首页>。。。。。。
。。。。。。
2022-07-26 11:42:00 【Only now in my heart】
1. Create project
1.1 Installation creation Vue Project and configuration
# vue-element-admin Chinese document
https://panjiachen.gitee.io/vue-element-admin-site/zh/guide/
# Cloning project
git clone https://github.com/PanJiaChen/vue-element-admin.git
# Enter project directory
cd vue-element-admin
# Installation dependency
npm install
# Not recommended cnpm install There will be all kinds of weird bug It can be solved by the following operations npm The problem of slow download speed
npm install --registry=https://registry.npm.taobao.org
# Local development Start project
npm run dev
1.2 Configure development tools and efficient code blocks
1.2.1 Vscode
1.2.1.1 Element UI Snippets

1,2.1.2 Vue2 Snippets

IntelliJ IDEA Keybindings
JetBrains IDE Keymap
Markdown Preview Enhanced
vscode-icons
Path Intellisense
Highlight Matching Tag
Auto Rename Tag
VSCode Great Icons
indent-rainbow
npm Intellisense
Image preview
vscode-pigments
Parameter Hints
Quokka.js
1.3 Create routing menus and pages
src/views/course/ Create components under folder

<template>
<div> Audio / special column / Image & Text / video </div>
</template>
<script>
export default {
name: '',
data() {
return {}
}
}
</script>
<style lang="scss" scoped>
</style>
src/router/index.js Configure the route corresponding to dynamic permissions
export const asyncRoutes = [
{
path: '/course',
component: Layout,
redirect: 'course/media',
name: 'Course',
meta: {
title: ' Course ',
icon: 'excel',
roles: ['admin', 'editor'] // you can set roles in root nav
},
// alwaysShow: true,
children: [
{
path: 'media',
component: () => import('@/views/course/media'),
name: 'Media',
meta: {
title: ' Image & Text '
}
},
{
// hidden: true,
path: 'audio',
component: () => import('@/views/course/audio'),
name: 'Audio',
meta: {
title: ' Audio '
}
},
{
path: 'video',
component: () => import('@/views/course/video'),
name: 'Video',
meta: {
title: ' video '
}
},
{
path: 'column',
component: () => import('@/views/course/column'),
name: 'Column',
meta: {
title: ' special column '
}
}
]
},
src/styles/variabels.scss Find below $sideBarWidth Modify the length of the sidebar
2. Course module development
2.1 Graphic list page development
to .vue File to add html Code hinting

2.2 newly added api and mock Use
2.3 Delete the graphic function
2.4 New graphic function
2.5 Improve the details of graphic management
2.6 Audio list management function
2.7 New audio editing function
2.8 Manage video function development
3. User module development
4. Transaction module development
边栏推荐
- 滴滴被罚80亿!拿用户数据赚钱的时代结束了
- Integrity constraints of SQL Server database
- Database composition trigger
- Leetcode-209. subarray with the smallest length (binary, prefix and, sliding window)
- 702 horsepower breaks through 100 in only 4.5 seconds! The strongest pickup truck comes, safe and comfortable
- Substance Painter 2021软件安装包下载及安装教程
- 36. [difference between const function and function]
- Esp8266 Arduino programming example - know esp8266
- X 2 earn must rely on Ponzi startup? Where is the way out for gamefi? (top)
- 哈希表
猜你喜欢

3.2 创建菜单与游戏页面(下)

数据中台建设(二):数据中台简单介绍

系统调用捕获和分析—修改内核方法添加系统调用

公司无法访问b站

最新心形拼图小程序源码+带流量主
![[idea]如何新建一个项目](/img/33/f210d59ccd3664487f401929dac24c.png)
[idea]如何新建一个项目

系统调用捕获和分—Ring3层LD_PRELOAD机制进行库函数劫持

Pytoch -- error based on mmseg/mmdet training: runtimeerror: expected to have finished reduction in the priority iteration

702马力破百仅4.5秒!最强皮卡来袭,安全、舒适一个不落

Reproduce PHP one sentence Trojan horse
随机推荐
科目三 掉头与转弯
The company cannot access station B
系统调用捕获和分—Ring3层LD_PRELOAD机制进行库函数劫持
Mlx90640 infrared thermal imager temperature sensor module development notes (6)
ORBSLAM2 CmakeLists文件结构解析
Pytorch——基于mmseg/mmdet训练报错:RuntimeError: Expected to have finished reduction in the prior iteration
【万字长文】使用 LSM-Tree 思想基于.Net 6.0 C# 实现 KV 数据库(案例版)
MySQL transaction details
Hal library IIC simulation in punctual atom STM32 `define SDA_ IN() {GPIOB->MODER&=~(3<<(9*2));GPIOB->MODER|=0<<9*2;}` // PB9 input mode
建模杂谈系列150 SCLC工程化实验3-SRule
Data center construction (II): brief introduction to data center
"Mongodb" mongodb high availability deployment architecture - replica set
Swagger2.9.2 tutorial and swagger3.0.0 tutorial
。。。。。。
数据库组成 触发器
Scrapy IP agent is not responding
Blue screen problem in win10 1903 notebook hot spot
Programmer growth chapter 28: how can managers not do it by themselves?
数据库组成存储引擎
梅科尔工作室-华为14天鸿蒙设备开发实战笔记八