Skip to content

c-dafan/Shop_GoVueWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a shop web with go(beego) and vue(element-ui)


中文描述

preview

根据价格排序 sort sort 根据最高最低价筛选 price price 购物车 cart cart 地址管理 cart

model

how to create database and table

the file named fmyshop.sql is used to create database and tables.

mysql
mysql> source myshop.sql

how to run

run beego

cd ./myshop
bee run

run vue

cd ./shop
npm install
npm run dev

how to enter the homepage

http://localhost:8080/

Description

This site has a small number of bugs and part of it has not been finished.

About

a shop web with go(beego) and vue(element-ui)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published