0.2.63 • Published 2 days ago

hl-ui-renderer v0.2.63

Weekly downloads
-
License
-
Repository
-
Last release
2 days ago

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

Type Support For .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Bind dependency to a project

In the proyect

  1. npm link ui-renderer
  2. Go to vite.config and add
    optimizeDeps: {
       exclude: ["hl-ui-renderer"],
    }

In this repo

  npm link
  npm run build:watch

Back to Normal

   cd ~/projects/my-app
   npm unlink hl-ui-renderer
   npm i hl-ui-renderer

You can clean up the global link, though its presence won’t interfere with my-app.

   cd ~/projects/some-dep
   npm uninstall  # Delete global symlink
0.2.63

2 days ago

0.2.62

2 days ago

0.2.61

2 months ago

0.2.60

2 months ago

0.2.59

2 months ago

0.2.58

2 months ago

0.2.57

2 months ago

0.2.56

2 months ago

0.2.55

2 months ago

0.2.54

2 months ago

0.2.53

2 months ago

0.2.41

3 months ago

0.2.40

3 months ago

0.2.49

3 months ago

0.2.48

3 months ago

0.2.47

3 months ago

0.2.46

3 months ago

0.2.45

3 months ago

0.2.44

3 months ago

0.2.43

3 months ago

0.2.42

3 months ago

0.2.39

3 months ago

0.2.27

3 months ago

0.2.30

3 months ago

0.2.38

3 months ago

0.2.37

3 months ago

0.2.36

3 months ago

0.2.35

3 months ago

0.2.34

3 months ago

0.2.33

3 months ago

0.2.32

3 months ago

0.2.31

3 months ago

0.2.29

3 months ago

0.2.28

3 months ago

0.2.26

5 months ago

0.2.25

5 months ago

0.2.24

5 months ago

0.2.23

5 months ago

0.2.22

5 months ago

0.2.20

5 months ago

0.2.19

5 months ago

0.2.15

5 months ago

0.2.18

5 months ago

0.2.17

5 months ago

0.0.10

5 months ago

0.1.12

5 months ago

0.0.11

5 months ago

0.1.13

5 months ago

0.0.12

5 months ago

0.2.14

5 months ago

0.2.13

5 months ago

0.0.1

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.0

5 months ago