Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 650 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 650 Bytes

hello-vue

This is a sample project to start playing with Vue. There is a purpose skipping complex things like CSS frameworks, themes, Vue Router or Vuex and it is to keep the project as simple as possible and add them incrementally.

Demo can be found here.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Deploy to Github pages

yarn deploy

Customize configuration

See Configuration Reference.