You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 617 B

1234567891011121314151617181920212223242526272829
  1. # OpenKF
  2. ## Recommended IDE Setup
  3. Run `bash scripts/setup.sh` to install OpenIM SDK for vite.
  4. [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
  5. ## Customize configuration
  6. See [Vite Configuration Reference](https://vitejs.dev/config/).
  7. ## Project Setup
  8. ```sh
  9. npm install
  10. ```
  11. ### Compile and Hot-Reload for Development
  12. ```sh
  13. npm run dev
  14. ```
  15. ### Compile and Minify for Production
  16. ```sh
  17. npm run build
  18. ```