This repository contains the demos of Syncfusion Vue UI Components. This is the best place to check our components to get more insight about the usage of APIs.
This section guides you to use the Syncfusion Vue UI Components samples in your applications.
- Requirements to run the demo
- Documentation
- License
- Using the samples
- Components Catalog
- Support and Feedback
The samples requires the below requirements to run.
All components documentation for the Syncfusion Vue UI components can be found on Syncfusion Help. All API documentation can be found at the API Reference.
Syncfusion Vue UI (Essential JS 2) components library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
Customers who do not qualify for the community license can contact [email protected] for commercial licensing options.
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
The Syncfusion license that contains the terms and conditions can be found at https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
Before installation check @syncfusion:registry=http://nexus.syncfusion.com/repository/ej2-production/
is available in npmrc file. Then use the below command to install all dependent packages.
npm install
To compile the source files, use the below command
npm run build
It calls the following tasks synchronously,
- Build
- Site-map generate
- Source-ship
Use the below command to run this task and it calls the following tasks synchronously.
- Generate routes
- Style ship
- Copy source
- build
Use the below command to generate router.config.ts
file and it contains routing path for all samples.
gulp generate-routes
It copies css files for themes from node_modules. Use the below command to run it individual.
gulp styles-ship
It select all files in src/
except src/common
and stored it in public/src
folder. The below command is used to run this task.
gulp copy-source
Use the below command to generate scripts, styles, locale and sample lists.
gulp build
It runs the following tasks syncronously,
- Scripts
- Styles
It compiles the Typescript files and use the below command to run this task.
gulp scripts
gulp styles
command is used to compile default themes. It calls the following two tasks synchronously.
- Default theme
- Compile styles
Use the below command to generate default theme files.
gulp default-theme
It compiles the scss file to css file. To run this task use the below command,
gulp compile-styles
The below command combines sample of all components and store it in sitemap-demos.xml file to index our components, samples, documents in search engine.
gulp sitemap-generate
It copies all files in the repository and paste it in dist/
folder. To run this task use the below command,
gulp source-ship
https://cli.vuejs.org/guide/deployment.html
-
For any other queries, reach our Syncfusion support team or post the queries through the community forums.
-
To renew the subscription, click here or contact our sales team at [email protected].