Track and visualize software & hardware assets of an organization using IT asset management single page application (SPA) which is developed using Syncfusion Vue UI components
Перейти к файлу
Rajapandiyan Settu 8b7c3f80ad sample(847564): Upgrading vue showcase asset management project 2023-09-15 14:02:38 +05:30
public sample(847564): Upgrading vue showcase asset management project 2023-09-15 14:02:38 +05:30
src sample(847564): Upgrading vue showcase asset management project 2023-09-15 14:02:38 +05:30
.gitignore Updated showcase sample. 2022-12-21 19:27:18 +05:30
README.md sample(847564): Upgrading vue showcase asset management project 2023-09-15 14:02:38 +05:30
babel.config.js file addition 2022-12-07 12:32:12 +05:30
config.json sample(847564): Upgrading vue showcase asset management project 2023-09-15 14:02:38 +05:30
gulpfile.js sample(847564): Upgrading vue showcase asset management project 2023-09-15 14:02:38 +05:30
jsconfig.json file addition 2022-12-07 12:32:12 +05:30
package.json sample(847564): Upgrading vue showcase asset management project 2023-09-15 14:02:38 +05:30
vue.config.js sample(847564): Upgrading vue showcase asset management project 2023-09-15 14:02:38 +05:30

README.md

Vue Showcase Sample Configuration

This application includes a sample of the Vue Showcase template along with essential configurations and router integration, designed to facilitate a seamless start for your own projects.

The Vue showcase demo can be accessed at the following location:

https://npmci.syncfusion.com/development/showcase/vue/sample_template/

package.json

  1. Should replace the name from @syncfusion/ej2-vue-sample_template to @syncfusion/ej2-vue-{sample-name}.
  2. Should replace the description from Essential JS 2 - Sample name to Essential JS 2 - {Your sample-Name}.
  3. Required ej2 component dependencies should be placed inside the dependencies section.

Source

All components files related to your sample should be placed inside the src location.

Installation

To install the application dependencies, use the following command:

npm install

Compiles and minifies for production

To build the application, use the following command:

npm run build

Lints and fixes files

To check the lint errors in the application, use the following command:

npm run lint

Compiles and hot-reloads for development

To run the application in the browser, use the following command:

npm run serve

Customize configuration

See Configuration Reference.