Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ElementUI/element-starter
A starter kit for Element UI generated by vue-cli
https://github.com/ElementUI/element-starter
element-ui starter-kit vue
Last synced: 1 day ago
JSON representation
A starter kit for Element UI generated by vue-cli
- Host: GitHub
- URL: https://github.com/ElementUI/element-starter
- Owner: ElementUI
- Created: 2016-09-23T03:12:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T05:48:34.000Z (about 2 years ago)
- Last Synced: 2024-10-29T17:40:32.960Z (12 days ago)
- Topics: element-ui, starter-kit, vue
- Language: JavaScript
- Size: 116 KB
- Stars: 3,149
- Watchers: 121
- Forks: 1,087
- Open Issues: 44
-
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
```