# elm-vuecli **Repository Path**: liu-jingzong/elm-vueclie ## Basic Information - **Project Name**: elm-vuecli - **Description**: 天津大学2020级软件工程综合实践--项目三前端 - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-08-19 - **Last Updated**: 2023-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # elmclient ## 项目简介 本项目参照“饿了么官网网页版”制作。 项目中所涉及到相关知识点: - A JAX的使用 - Servlet的使用 - Session的使用 - 简单MVC封装 - Service层事务管理 - dao层批量操作 - 多对一与一对多的映射 - 服务器端json数据转换 - VueCli的使用 - 多条件模糊查询的使用 - Svn、Git版本控制工具的使用 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).