Initial Smartproc

This commit is contained in:
Titan Hadiyan
2023-05-27 07:03:08 +07:00
parent b3feeb7809
commit fc7a97585a
90 changed files with 89395 additions and 0 deletions

41
README.md Normal file
View File

@@ -0,0 +1,41 @@
# 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