|
@@ -1,24 +1,27 @@
|
|
|
-# personalhubs
|
|
|
+# payPcMobile
|
|
|
|
|
|
-## Project setup
|
|
|
-```
|
|
|
-yarn install
|
|
|
-```
|
|
|
+This template should help get you started developing with Vue 3 in Vite.
|
|
|
|
|
|
-### Compiles and hot-reloads for development
|
|
|
-```
|
|
|
-yarn serve
|
|
|
-```
|
|
|
+## Project Setup
|
|
|
|
|
|
-### Compiles and minifies for production
|
|
|
-```
|
|
|
-yarn build
|
|
|
+```sh
|
|
|
+npm install
|
|
|
```
|
|
|
|
|
|
-### Lints and fixes files
|
|
|
+### Compile and Hot-Reload for Development
|
|
|
+
|
|
|
+```sh
|
|
|
+npm run dev
|
|
|
```
|
|
|
-yarn lint
|
|
|
+
|
|
|
+### Type-Check, Compile and Minify for Production
|
|
|
+
|
|
|
+```sh
|
|
|
+npm run build
|
|
|
```
|
|
|
|
|
|
-### Customize configuration
|
|
|
-See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
+### Lint with [ESLint](https://eslint.org/)
|
|
|
+
|
|
|
+```sh
|
|
|
+npm run lint
|
|
|
+```
|