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: 6 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T05:48:34.000Z (over 2 years ago)
- Last Synced: 2025-01-03T11:03:17.200Z (27 days ago)
- Topics: element-ui, starter-kit, vue
- Language: JavaScript
- Size: 116 KB
- Stars: 3,156
- 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
```