Skip to content

ilmente/vue-class

Repository files navigation

Netlify Status

Vue Class

This project contains all the material used for Vue Course. It's an application providing documentation (slides), code examples and exercises.

Live website

vue-class.ilmente.com

Host it

Run the application on your local machine or on a server of your choice.

Requirements

  • Node 14.x
  • Yarn 1.x

Setup

# clone the project
git clone https://github.com/ilmente/vue-class.git

# go in the root folder
cd ./vue-class

# install the dependencies
yarn install

# run the local server
yarn start

Application (by default) runs on localhost:3003.

Development

# go in the root folder
cd ~/path/to/vue-class

# build the applications once
yarn build
# or watch for changes in the code
yarn build --watch

# run the dev server with code watchers
# and proxies the netlify lambda functions local server
yarn serve

# run netlify lambda functions local server
yarn serve:lambda

# develop in one command
# run `yarn build --watch`, `yarn serve` and `yarn serve:lambda` in parallel
yarn dev

# generate a static website
yarn generate

About

Vue Class 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors