Skip to content

PLUTOFX/BUAA-SE-2024Spring-Group16-FrontEnd

 
 

Repository files navigation

根项目结构(/src)

src
|__ api: API相关配置
|__ assets:静态资源(图片等) |__ components: 组件
|__ composables: element plus的暗黑模式的导入(项目模板自带)
|__ router: vue-router的路由配置
|__ styles: 通用css / scss集合
|__ views:页面
  |__ Buyer: 买家页面
  |__ Details: 商品 / 商店详情页(通用)
  |__ Seller: 卖家页面

(模板项目原描述)element-plus-vite-starter

A starter kit for Element Plus with Vite

This is an example of on-demand element-plus with unplugin-vue-components.

If you want to import all, it may be so simple that no examples are needed. Just follow quickstart | Docs and import them.

If you just want an on-demand import example manually, you can check unplugin-element-plus/examples/vite.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Usage

git clone https://github.com/element-plus/element-plus-vite-starter
cd element-plus-vite-starter
npm i
npm run dev

Custom theme

See src/styles/element/index.scss.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 82.9%
  • JavaScript 6.0%
  • TypeScript 4.7%
  • SCSS 4.4%
  • Dockerfile 1.5%
  • HTML 0.5%