Skip to content

Commit

Permalink
增加 h5黑色风格样例
Browse files Browse the repository at this point in the history
  • Loading branch information
jones2000 committed Mar 19, 2020
1 parent d98ccc1 commit ef3ffd8
Show file tree
Hide file tree
Showing 33 changed files with 17,289 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vue.demo/hq_h5_demo_black/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["vue-app"]
}
5 changes: 5 additions & 0 deletions vue.demo/hq_h5_demo_black/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
node_modules/
dist/
npm-debug.log
.idea
9 changes: 9 additions & 0 deletions vue.demo/hq_h5_demo_black/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.PHONY: dist build
install:
@npm install

dev: install
@npm run dev

build:
@npm run build
32 changes: 32 additions & 0 deletions vue.demo/hq_h5_demo_black/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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
```
Loading

0 comments on commit ef3ffd8

Please sign in to comment.