Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaoxiong789/platform-starter
访问地址
https://github.com/shaoxiong789/platform-starter
Last synced: 11 days ago
JSON representation
访问地址
- Host: GitHub
- URL: https://github.com/shaoxiong789/platform-starter
- Owner: shaoxiong789
- Created: 2017-03-21T01:35:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T02:04:17.000Z (over 7 years ago)
- Last Synced: 2024-11-11T15:45:31.190Z (2 months ago)
- Language: Vue
- Homepage: https://shaoxiong789.github.io/platform-starter/dist
- Size: 13.8 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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
```