diff --git a/web/frps/README.md b/web/frps/README.md index 5f684c89..8d24e0b2 100644 --- a/web/frps/README.md +++ b/web/frps/README.md @@ -1,24 +1,25 @@ # frps ## Project setup + ``` -yarn install +npm install ``` ### Compiles and hot-reloads for development + ``` -yarn serve +npm run serve ``` ### Compiles and minifies for production + ``` -yarn build +npm run build ``` ### Lints and fixes files -``` -yarn lint -``` -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +``` +npm run lint +```