wxt 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,28 +2,28 @@
2
2
 
3
3
  <p align="center"><i>Next gen framework for developing web extensions.<br/>Powered by <a href="https://vitejs.dev/" target="_blank">Vite</a>. Inspired by <a href="https://nuxt.com/" target="_blank">Nuxt</a>.</i></p>
4
4
 
5
- ![Example CLI Output](./.github/assets/cli-output.png)
5
+ ![Example CLI Output](./docs/assets/cli-output.png)
6
6
 
7
7
  ## Features
8
8
 
9
9
  - 🌐 Supports all browsers
10
10
  - ✅ Supports both MV2 and MV3
11
- - 📂 Directory based entrypoints
12
11
  - ⚡ Dev mode with HMR & auto-reload
12
+ - 📂 File based entrypoints
13
13
  - 🚔 TypeScript
14
14
  - 🦾 Auto-imports
15
15
  - ⬇️ Download and bundle remote URL imports
16
+ - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
16
17
 
17
18
  ### Todo
18
19
 
19
- - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
20
20
  - 🖍️ Quickly bootstrap a new project
21
21
  - 📏 Bundle analysis
22
22
  - 🤖 Automated publishing
23
23
 
24
24
  ## Get Started
25
25
 
26
- Checkout the [installation guide](https://wxtjs.dev/get-started) to get started with WXT.
26
+ Checkout the [installation guide](https://wxt.dev/get-started/installation.html) to get started with WXT.
27
27
 
28
28
  ## Contributors
29
29