Installation - Vite.js
Install Inkline for any Vite.js + Vue.js 3 application, as recommended by the community.
Installation
1 Create a project
 
Create a new Vite.js + Vue.js application using the npm init command below or using the Vite.js guide, and follow the instructions provided by the installation wizard.
npm init vue my-vue-app
cd my-vue-app
npm install2 Install Inkline
 
Inkline will automatically detect your Vite.js development environment and generate a basic configuration for your application.
npx inkline initUsing the Inkline CLI command above, Inkline has:
- Created or updated your vite.config.tsfile
- Created your inkline.config.tsfile
- Updated your src/main.tsfile
- Updated your package.jsonfile
If you want to set up Inkline manually, read the Manual Installation guide.
3 Enjoy using Inkline
 
Awesome work! You can now start using all the features that Inkline has to offer.