文章

顯示從 9月, 2024 起發佈的文章

npm run dev (change port )

 vite.config.js import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/ export default defineConfig ({   plugins : [ vue ()],   server : {     port : 3000 ,   }, })