Skip to content

Commit

Permalink
vue版本 行情单页面和带横屏页面demo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunmei0102 committed Jan 14, 2020
1 parent 737289a commit 5a74860
Show file tree
Hide file tree
Showing 62 changed files with 35,250 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vue.demo/hq_h5_pages/.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_pages/.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_pages/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_pages/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 5a74860

Please sign in to comment.