https://github.com/mannuelf/vuejs
https://github.com/mannuelf/vuejs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannuelf/vuejs
- Owner: mannuelf
- Created: 2016-09-30T17:03:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T21:27:13.000Z (over 7 years ago)
- Last Synced: 2025-07-05T21:45:31.716Z (12 months ago)
- Language: HTML
- Size: 644 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuejs Playground
Run simple node http server
https://www.npmjs.com/package/http-server
```bash
$ npm i http-server -g
then
$ http-server .
```
> then navigation to http://localhost:8000 in the browser.
You can also watch the original series here https://laracasts.com/series/learning-vue-step-by-step/