Installation - Webpack
Install Inkline for any application created using Webpack.
Installation
1 Create a project
 
First, create a new Vue.js application that uses Webpack. For this example, we'll use the Vue.js CLI.
npm i -g @vue/clivue create my-vue-app
cd my-vue-app 
npm install2 Install Inkline
 
Inkline will automatically detect your Webpack.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 webpack.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.