Skip to content

crazyurus/table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

课程表

Netlify Status

掌上理工大课程表模块

Vue + Vuex + Framework7 + Vite

安装

npm install

npm run start

npm run build

目录结构

  • src/components - folder with custom .vue components
  • src/store - Vuex相关
  • src/css - put custom app CSS styles here
  • src/pages - app .vue pages
  • src/main.js - main app file where you include/import all required libs and init app
  • src/mock.js - mock
  • src/course.js - 课程类
  • src/app.vue - main app structure/component