From 3747a881a6bd4b70a3879e99f6c556f3274e713c Mon Sep 17 00:00:00 2001 From: j1ack <1209452658@qq.com> Date: Fri, 26 May 2023 18:25:51 +0800 Subject: [PATCH] first commit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b64c7f --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Camel Payo + +> a browse + +## Build Setup + +``` bash +# 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 + +# run unit tests +npm run unit + +# run e2e tests +npm run e2e + +# run all tests +npm test +``` + +For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).