mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 08:19:35 +08:00
![]() * [313-remote-conn] feat: compute wsURL based on window.location * [313-remote-conn] feat: allow any host to connect to vue server removing the 'host: "localhost"' specification causes the development server to listen on all interfaces. * [313-remote-conn] feat: allow any host to connect to angular dev server * test: reinject tabs Co-authored-by: Lea Anthony <lea.anthony@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
babel.config.js | ||
package.json.template | ||
README.md | ||
vue.config.js |
vue basic
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint