Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 756 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 756 Bytes

chinquiry-vue

Rebuilt an old chinchilla information website with Vue.js and SCSS for styling. Took advantage of Vue routing for navigation and to get experience working with a single page application environment. Utilized Netlify for hands on experience with continuous integration/continuous deployment (CI/CD) for personal projects.

Netlify Status

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint