Skip to content

Goal is a lightweight web framework like Django written in Golang

License

Notifications You must be signed in to change notification settings

huoyijie/GoalUI

Repository files navigation

GoalUI

Goal is a lightweight web framework like Django written in Golang. GoalUI

Recommended IDE Setup

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

Customize configuration

See Vite Configuration Reference.

Project Setup

$ node -v
v18.15.0
$ npm install

create file .env.mode.local

# 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

Compile and Hot-Reload for Development

$ npm run dev

Open web browser and access http://127.0.0.1:4000.

Compile and Minify for Production

$ npm run build

Lint with ESLint

$ npm run lint

About

Goal is a lightweight web framework like Django written in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages