Skip to content

rkmahale17/Vanilla_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla_Website (CodeSandBox https://3vr9q.csb.app/)

Build Setup

#  Use node version >10
# install vue cli
$ npm install -g @vue/cli
# install  sass-loader and node-sass 
$ npm install sass-loader node-sass webpack --save-dev
# serve with hot reload at localhost:8080
$ npm run dev
# build for production 
$ npm run build