Skip to content

Commit

Permalink
v19.1.63 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed May 19, 2021
1 parent db9d49d commit b5f8d46
Show file tree
Hide file tree
Showing 10 changed files with 330 additions and 233 deletions.
109 changes: 103 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,126 @@ Under no circumstances can you use this product without (1) either a Community L
The Syncfusion license that contains the terms and conditions can be found at
[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)

## Using the samples
# Using the samples

### Installing
## Installing

To install all dependent packages, use the below command
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.

```bash
npm install
```

### Building
## Building

To compile the source files, use the below command

```bash
npm run build
```

### Serving deployed build
It calls the following tasks synchronously,

1. Build
2. Site-map generate
3. Source-ship

### **Build**

Use the below command to run this task and it calls the following tasks synchronously.

1. Generate routes
2. Style ship
3. Copy source
4. build

### Generate routes

Use the below command to generate `router.config.ts` file and it contains routing path for all samples.

```
gulp generate-routes
```

### Style ship

It copies css files for themes from node_modules. Use the below command to run it individual.

```
gulp styles-ship
```

### Copy source

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
```

### build

Use the below command to generate scripts, styles, locale and sample lists.

```
gulp build
```
It runs the following tasks syncronously,

1. Scripts
2. Styles

#### **Scripts**

It compiles the Typescript files and use the below command to run this task.

```
gulp scripts
```

#### **Styles**

`gulp styles` command is used to compile default themes. It calls the following two tasks synchronously.

1. Default theme
2. Compile styles

#### Default theme

Use the below command to generate default theme files.

```
gulp default-theme
```

#### Compile Styles
It compiles the scss file to css file. To run this task use the below command,

```
gulp compile-styles
```

### Site map generation

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
```

### Source-ship

It copies all files in the repository and paste it in `dist/` folder. To run this task use the below command,

```
gulp source-ship
```

## Serving deployed build

https://cli.vuejs.org/guide/deployment.html

## Components Catalog
# Components Catalog

<table>
<tr>
Expand Down
18 changes: 9 additions & 9 deletions newWindowSamples/avatar/vendors.bundle.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions newWindowSamples/badge/vendors.bundle.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions newWindowSamples/card/vendors.bundle.js

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions newWindowSamples/dashboard-layout/vendors.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion newWindowSamples/progress-bar/vendors.bundle.js

Large diffs are not rendered by default.

122 changes: 61 additions & 61 deletions newWindowSamples/rich-text-editor/vendors.bundle.js

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions newWindowSamples/splitter/vendors.bundle.js

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions newWindowSamples/toast/vendors.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ej2-vue-samples",
"version": "19.1.54",
"version": "19.1.63",
"description": "Examples of Vue UI Components",
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit b5f8d46

Please sign in to comment.