# Getting Started

Starting a new extension project using the preset is done using Vue CLI 3+. Installation steps for Vue CLI are provided on the website.

To initiate a new extension project run the following steps:

$ vue create --preset kocal/vue-web-extension my-extension
$ cd my-extension
$ npm run build