https://github.com/pseitz/japsearchui
https://github.com/pseitz/japsearchui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pseitz/japsearchui
- Owner: PSeitz
- Created: 2017-01-31T22:07:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:20:21.000Z (over 3 years ago)
- Last Synced: 2025-03-20T04:44:46.146Z (about 1 year ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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
npm install
```
## Develop
``` bash
# serve with hot reload at localhost:8010
npm run dev
```
## Build
``` bash
# build for production with minification
npm run build
```