cduyzh / vue_practice_elementPost

基于vue,vue-router,element组件库.vue-cli开发的快餐店收银系统(SPA),localStorage做数据数据存储,axios请求外部数据

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

个人vue基础elm组件库小练习

项目描述

类似于PC端的在线点餐收银系统,因为没有后端,所以订单数据的存储放在本地浏览器,商品的信息来自于第三方接口获取并渲染。

使用项目方法

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

About

基于vue,vue-router,element组件库.vue-cli开发的快餐店收银系统(SPA),localStorage做数据数据存储,axios请求外部数据


Languages

Language:JavaScript 59.4%Language:Vue 38.3%Language:HTML 1.4%Language:CSS 0.9%