/wails-template-ng-zorro

Primary LanguageTypeScriptMIT LicenseMIT

README

About

Wails template with Ant Design of Angular.

Wails CLI v2.6.0
Angular CLI: 16.2.7
Node: 18.16.0
Package Manager: npm 9.6.4
OS: linux x64

Getting Started

wails init -n mydemo -t https://github.com/straysh/wails-template-ng-zorro
wails init -n mydemo -t /path/to/myzorro

Live Development

To run in live development mode, run wails dev in the project directory. In another terminal, go into the frontend directory and run npm run dev. The frontend dev server will run on http://localhost:34115. Connect to this in your browser and connect to your application.

Building

To build a redistributable, production mode package, use wails build.