ryunchang / vue_crud_security_keycloak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template-npm-create-vue-at-latest

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

Format with Prettier

npm run format

fake-backend 사용법

// path: src/main.js

// 프론트엔드 단독 테스트 시 사용하는 더미 백엔드로 실 테스트 시 주석 처리
import { fakeBackend } from './helpers';
fakeBackend();

const app = createApp(App);

.env 사용법

루트 경로에 .env 생성 후 백엔드 API URL 주소 입력

VITE_API_URL=http://localhost:3000

About


Languages

Language:Vue 45.9%Language:JavaScript 30.1%Language:TypeScript 20.7%Language:Dockerfile 1.7%Language:HTML 1.1%Language:Sass 0.5%