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/cli
vue create my-vue-app
cd my-vue-app
npm install
2 Install Inkline
Inkline will automatically detect your Webpack.js development environment and generate a basic configuration for your application.
npx inkline init
Using the Inkline CLI command above, Inkline has:
- Created or updated your
webpack.config.ts
file - Created your
inkline.config.ts
file - Updated your
src/main.ts
file - Updated your
package.json
file
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.