Skip to content

boldness1/crud-sample-vue

Repository files navigation

nation-client

Tüm proje config / env dosyaları ulaşılabilmesi açısından git'e dahil durumdadır

Proje test staging url'i

aws Ec2 instance

"email":"[email protected]", "password":"111111"

Kullanıcı bilgileri olmak üzere, "[email protected]", "[email protected]" .... "[email protected]" e kadar 11 adet kullanıcı bulunmaktadır ve bunlardan 4 tanesi admin geriye kalanlar default kullanıcılardır

birinci yani "[email protected]" kullanıcısı admindir.

Proje minimum vue3 gereksinimleri ile çalışmaktadır kullanılan toollar;

/stores -> Pinia (Store root klasörüdür ve 2 store modülünden oluşmaktadr) /stores -> auth /stores -> user

/router -> Vue router (Proje routelarnı içermektedir) { path: '/', name: 'home', component: HomeView }, { path: '/login', name: 'login', component: LoginView }, { path: '/users', name: 'users', meta: {requiresAuth: true}, // route level code-splitting // this generates a separate chunk (About.[hash].js) for this route // which is lazy-loaded when the route is visited. component: () => import('../views/UsersView.vue') }

Route yapısı toplam 3 route'tan oluşur anasayfa,login ve users.

Buradan sonrası default vue projesi kurulumudur, local kurulum anlatıldığı gibi default setup'a sahiptir.

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published