Skip to content

Chameleon-company/chameleon-website-webdev-client

Repository files navigation

install dependencies

npm install

serve with hot reload at localhost:8000

npm run dev

build for production with minification

npm run build

run unit tests

npm run unit

📋 Contribution guide

  • npm install
  • Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives

For detailed explanation on how things work, checkout the guide and docs for vue-loader.