https://github.com/cnbattle/lorca-vue-demo
lorca and webpack vue is use demo
https://github.com/cnbattle/lorca-vue-demo
Last synced: 7 months ago
JSON representation
lorca and webpack vue is use demo
- Host: GitHub
- URL: https://github.com/cnbattle/lorca-vue-demo
- Owner: cnbattle
- License: other
- Created: 2019-08-15T03:04:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:50:38.000Z (over 2 years ago)
- Last Synced: 2024-06-19T04:24:22.593Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.51 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lorca-vue-demo
### run demo
``` bash
npm install
npm run build
go mode vendor
go run main.go
```
### Build
> I only test `build-linux.sh`Linux use `build-linux.sh`,build to `xxx.deb` file.
Mac use `build-macos.sh`,build to `xxx.app` file.
Windows use `build-windows.bat`,build to `xxx.exe` file, next use `Inno Setup` or `NSIS` packaging with `dist` folder.