0.1.21 • Published 4 months ago

bumps-webview-client v0.1.21

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

bumps-webview-client

This is the Javascript + HTML client for the webview interface in Bumps

Starting the server

python -m bumps.webview.server

Recommended IDE Setup

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

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify

This will create a new folder ./dist/<client version>/ and build the client there, with a unique tag in the name (suitable for local testing), e.g. ./dist/<client version>/assets/index.BaQLi6ia.js

npm run build

Compile for publishing to NPM

This will create a new folder ./dist/<client version>/ and build the client with reproducible artifact names, e.g. ./dist/<client version>/assets/index.js (suitable for packaging and publishing to NPM)

npm run build_prod

Publishing new client versions:

(...after checking to make sure there aren't extraneous files in this folder)

npm version patch
npm publish

and then

git commit package.json -m "webview client version bump"
git pull
git push
0.1.21

4 months ago

0.1.20

9 months ago

0.1.19

9 months ago

0.1.17

9 months ago

0.1.18

9 months ago

0.1.16

11 months ago

0.1.15

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago