## Build SetupDil seçenekli (Vue-i18n), Json server kullandığım ve ACİOS ile JSON CRUD işlemleri yaptığım ve en önemlisi üye oluşturma ve kullanıcı girişi gibi özellikleri bulunan kullanışlı bir advanded todolist geliştirdim.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm install -g json-server
json-server --watch db.json
npm run dev -> other terminal
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.