Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 681 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 681 Bytes

课程表

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