Syncfusion provides project templates for Visual Studio Code to create Syncfusion Web applications. The Syncfusion Web Project template creates applications with the selected Framework (React, Angular, and Vue), required Syncfusion NPM packages, component render code for the Grid, Chart, and Scheduler components, and a style to make development with Syncfusion components easier.
The Syncfusion Visual Studio Code project template provides support for Web project templates from v18.3.0.47.
The steps below help you to create Syncfusion Web Applications through the Visual Studio Code:
Click either Next or Framework tab, and the Framework types will be appears. Choose any one of the Framework:
If you choose the Vue framework, the Select Vue Version option will appear in the Project Details section. You can create the Vue application using either the Vue 3 or Vue 2 versions.
We have showcased the Chart, Grid and Schedule component in Syncfusion web application. If you want to create your application with other Syncfusion components, you need to install the required component package and then you can add it in your application. To know about npm package installation, refer to the installation section.
While creating the new Syncfusion web app, it install the npm packages with latest version. If you want to use your existing project in future, you can update the npm packages without uninstalling it. Refer to the update npm packages section for upgrading the package.