vue portfolio code example

Vue app with data from fake-API, filters (sorting, filtering by date, name, range and so on) and SCSS style language

myproject-vue

Project setup

npm install

Install fake API dependency JSON-SERVER

npm install -g json-server

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.