Skip to content

Commit

Permalink
docs: 补充 nuxt-admin 登录信息 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
lianghx-319 authored Apr 8, 2020
1 parent 35554a4 commit 4840696
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
## Table of Contents

- [Introduction](#introduction)
- [Demo](#demo)
- [Features](#features)
- [Links](#links)
- [Usage](#usage)
Expand Down Expand Up @@ -46,6 +47,22 @@ Create an enterprise nuxt app in seconds.

[⬆ Back to Top](#table-of-contents)

## [Demo](https://femessage.github.io/create-nuxt-app/)

### Nuxt-Admin

- 租户id admin
- 帐号 admin
- 密码 abcd1234

**run local dev server**

```sh
# white a .env file in root
API_SERVER=https://mockapi.eolinker.com/IeZWjzy87c204a1f7030b2a17b00f3776ce0a07a5030a1b
APP_ID=1204701543597604893
```

## Usage

Make sure you have [npx](https://www.npmjs.com/package/npx) installed (`npx` is shipped by default since [npm](https://www.npmjs.com/get-npm) `5.2.0`)
Expand Down

0 comments on commit 4840696

Please sign in to comment.