Installation - Nuxt
Install Inkline for any application created using Nuxt.
Installation
1 Create a project
Create a new Nuxt application using the nuxi
CLI command below or using the Nuxt guide, and follow the instructions provided by the installation wizard.
npx nuxi init my-nuxt-app
cd my-nuxt-app
npm install
2 Install Inkline
Inkline will automatically detect your Nuxt 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
nuxt.config.ts
file - Created your
inkline.config.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.