0.0.603-alpha • Published 12 months ago

pathserve v0.0.603-alpha

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Proxypath

Alternative of storybook. Is alpha, experimental project. Maybe someone will create project like this.

This app required editable dns server, you should add to dns like this record

*.component.com

config

Add in root dir config, vite vue3

# pathserve.config.yaml
server:
  host: :8085
handler_configs:
  book:
    handler: index
    work_dir: node_modules/pathserve/client
  ps:
    handler: vite
    work_dir: './'
    watch_dir: './src'
    params:
      html_template: node_modules/pathserve/templates/vue3-template.html
      script_template: node_modules/pathserve/templates/vue3-template.ts
      auto_gen_dir: node_modules/pathserve/autogen
      dir_public: public
      host: http://localhost:5023
host_params:
  - path: node_modules/pathserve/client/index.html
    key: index
    handler_config: ""

on package.json

  "scripts": {
     ...
    "pathserve": "pathserve-amd64-linux"
  },

Tested on linux

Examples

https://github.com/wildwind123/pathserve
0.0.600-alpha

12 months ago

0.0.601-alpha

12 months ago

0.0.507-alpha

12 months ago

0.0.602-alpha

12 months ago

0.0.603-alpha

12 months ago

0.0.505-alpha

12 months ago

0.0.504-alpha

12 months ago

0.0.503-alpha

12 months ago

0.0.502-alpha

1 year ago

0.0.501-alpha

1 year ago

0.0.5-alpha

1 year ago

0.0.4-alpha

1 year ago

0.0.3-alpha

1 year ago

0.0.2-alpha

1 year ago

0.0.1-alpha

1 year ago

0.0.0-alpha

1 year ago