Goal is a lightweight web framework like Django written in Golang. GoalUI
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
$ node -v
v18.15.0
$ npm install
# file: .env.development.local
VITE_DEFAULT_LANG=en
VITE_SERVER=http://127.0.0.1:8100
and
# file: .env.production.local
VITE_DEFAULT_LANG=en
VITE_SERVER=http://127.0.0.1:8100
$ npm run dev
Open web browser and access http://127.0.0.1:4000
.
$ npm run build
Lint with ESLint
$ npm run lint