Initial Smartproc
This commit is contained in:
41
README.md
Normal file
41
README.md
Normal 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
|
Reference in New Issue
Block a user