https://github.com/joolfe/dialogdesigner
https://github.com/joolfe/dialogdesigner
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joolfe/dialogdesigner
- Owner: joolfe
- Created: 2018-01-21T19:59:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:31:56.000Z (over 3 years ago)
- Last Synced: 2025-02-06T09:35:05.625Z (over 1 year ago)
- Language: Vue
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# element-starter
> A starter kit for Element UI generated by vue-cli
*If you are familiar with [cooking](https://github.com/elemefe/cooking), [here](https://github.com/ElementUI/element-cooking-starter) is a starter generated with it*
## Environment
`Node >= 6`
## Start
- Clone or download this repository
- Enter your local directory, and install dependencies:
``` bash
yarn
```
## Develop
``` bash
# serve with hot reload at localhost:8010
npm run dev
```
## Build
``` bash
# build for production with minification
npm run build
```