42 lines
688 B
Markdown
42 lines
688 B
Markdown
# vue
|
|
|
|
## Project setup
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
npm run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
npm run lint
|
|
```
|
|
|
|
### Customize configuration
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
|
## Extreme dev Reference
|
|
### Add a View to Application
|
|
|
|
```
|
|
devextreme add view view-name [--icon]
|
|
example :
|
|
devextreme add view jenis-kontrak --icon=doc
|
|
// ===== or =====
|
|
npx devextreme-cli add view view-name [--icon]
|
|
```
|
|
|
|
[Icon Reference](https://js.devexpress.com/Documentation/Guide/Themes_and_Styles/Icons/#Built-In_Icon_Library)
|
|
|
|
npm run build
|
|
|
|
npm run build-themes
|