This is a kintone mobile customize demo. It uses Vite as the development build tool. kintone vite plugin : vite-plugin-kintone-dev
This project use : vite4 + vue3 + vant4 + typescript
- Import the kintone-template(Goods list.zip) to your kintone.
- Add some demo records
- Navigate to your project directory: cd [your porject]
- Install the project dependencies:
npm install
- Start the development server:
npm run dev
- Follow the on-screen guide to automatically generate the .env.development file.
- Update the .env.development file and add the kintone application ID for the “Goods list” app:
VITE_APP_ID=xx
For more details about the vite-plugin-kintone-dev, visit the GitHub repository: vite-plugin-kintone-dev