We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6c6e0 commit ce783e8Copy full SHA for ce783e8
README.md
@@ -64,6 +64,7 @@ Dashboard for APISIX & based on ElementUI.
64
```
65
66
## Project setup
67
+> Make sure Yarn is installed on your machine: https://yarnpkg.com/en/docs/install
68
69
### Install dependencies
70
@@ -89,24 +90,6 @@ yarn run build:prod
89
90
yarn run lint
91
92
-### Run your unit tests
93
-
94
-```bash
95
-yarn run test:unit
96
-```
97
98
-### Run your end-to-end tests
99
100
101
-yarn run test:e2e
102
103
104
-### Generate all svg components
105
106
107
-yarn run svg
108
109
110
### Customize Vue configuration
111
112
See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments