mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-06 05:23:46 +08:00
Update README.md
This commit is contained in:
parent
1f480bcd98
commit
c6484e2a63
24
README.md
24
README.md
@ -11,17 +11,25 @@ The live demo can be found in [https://allan2coder.github.io/VUE2-SPA-Tutorial/]
|
|||||||
- [React.js 2.x](https://github.com/allan2coder/React-SPA-Tutorial) :fire: :fire: :fire:
|
- [React.js 2.x](https://github.com/allan2coder/React-SPA-Tutorial) :fire: :fire: :fire:
|
||||||
- [Angularjs 2.x](https://github.com/allan2coder/Angular2-SPA)
|
- [Angularjs 2.x](https://github.com/allan2coder/Angular2-SPA)
|
||||||
|
|
||||||
|
## How to use
|
||||||
|
You should clone the repo and install the dependencies, and then npm start.That is all.
|
||||||
|
|
||||||
## Build Setup
|
```bash
|
||||||
|
$ git clone https://github.com/allan2coder/VUE2-SPA-Tutorial.git
|
||||||
|
$ cd VUE2-SPA-Tutorial
|
||||||
|
$ npm install
|
||||||
|
```
|
||||||
|
Then launch the project app.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm start
|
||||||
|
```
|
||||||
|
|
||||||
|
You should see a new browser tap opening and a page of 'index.html' in http://localhost:8080.
|
||||||
|
|
||||||
|
## How to build the static files
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# install dependencies
|
|
||||||
npm install
|
|
||||||
|
|
||||||
# serve with hot reload at localhost:8080
|
|
||||||
npm start
|
|
||||||
|
|
||||||
# build for production with minification
|
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user