Skip to content

Appdy/vue-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue App Template

This is simple Vue app template, based on Vue-cli v3.04 script with added/enabled additional functionalities, mandatory these days:

  • support for global SASS/SCSS styling which hot-reloading
  • support for pug template language Pug

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint