commit 41e3fcbdc6cf6d426b998762d8d126af2d5e2264 Author: wanghousheng Date: Mon Apr 1 16:31:17 2024 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..875c686 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# ---> Vue +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + +# ---> ThinkPHP +# gitignore template for ThinkPHP v3.2.3 +# website: http://www.thinkphp.cn/ + +# Logs and Cache files +/Application/Runtime/ + +# Common configure file +/Application/Common/Conf/config.php diff --git a/README.md b/README.md new file mode 100644 index 0000000..c60f278 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# yz_wholesaler_admin_vue + +严总批发商商总后台vue \ No newline at end of file