https://github.com/xsf0105/vue-spa-router-gulp
基于gulp打包的vue单页
https://github.com/xsf0105/vue-spa-router-gulp
Last synced: 4 months ago
JSON representation
基于gulp打包的vue单页
- Host: GitHub
- URL: https://github.com/xsf0105/vue-spa-router-gulp
- Owner: xsf0105
- Created: 2016-08-17T06:25:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T06:58:42.000Z (over 8 years ago)
- Last Synced: 2024-10-30T10:15:24.054Z (6 months ago)
- Language: JavaScript
- Size: 2.59 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example vue-spa-router-gulp
学习,共勉。## How to use
First, you should clone the repo and install the dependencies.
```bash
$ git clone [email protected]:allan2coder/vue-spa-router-gulp.git
$ cd
$ npm install
$ bower 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://127.0.0.1:8080.