kacbirim.com - Uluslararası birim fiyat karşılaştırması.
Git clone.
$ git clone https://github.com/RadKod/kacbirim.com.git
$ cd kacbirim.com
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
# serve on deployment system - node server
$ yarn start
# generate static project
$ yarn generate
# run eslint for js & vue files
$ yarn lint:eslint
# run eslint fix for js & vue files
$ yarn lint:eslint:fix
# run stylelint for vue & style files
$ yarn lint:stylelint
# run stylelint fix for vue & style files
$ yarn lint:stylelint:fix
# run prettier
$ yarn prettier
See Back-End Development Repository: https://github.com/RadKod/kacbirim.com_backend
CREATED BY