Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shershen08/vue-master-class-step1-upgrade-v3
https://github.com/shershen08/vue-master-class-step1-upgrade-v3
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shershen08/vue-master-class-step1-upgrade-v3
- Owner: shershen08
- Created: 2020-10-14T09:01:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T18:24:30.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T01:56:50.099Z (7 months ago)
- Language: CSS
- Size: 674 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-master-class
This repository contains the source code of [The Vue.js Master Class](https://vueschool.io).
## Build Setup
``` bash
# install dependencies
yarn# serve with hot reload at localhost:8080
yarn dev# build for production with minification
yarn build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).