|
1234567891011121314151617181920212223242526272829 |
- # OpenKF
-
- ## Recommended IDE Setup
-
- Run `bash scripts/setup.sh` to install OpenIM SDK for vite.
-
- [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).
-
- ## Customize configuration
-
- See [Vite Configuration Reference](https://vitejs.dev/config/).
-
- ## Project Setup
-
- ```sh
- npm install
- ```
-
- ### Compile and Hot-Reload for Development
-
- ```sh
- npm run dev
- ```
-
- ### Compile and Minify for Production
-
- ```sh
- npm run build
- ```
|