Changeset 3493247
- Timestamp:
- 03/28/2026 09:48:36 AM (4 days ago)
- File:
-
- 1 edited
-
sweet-map/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sweet-map/trunk/readme.txt
r3493231 r3493247 62 62 Map tiles load when the map is displayed on the page. Address search sends a query only when the visitor types in the search box. The plugin does not store any personal data. 63 63 64 == Source Code ==65 66 The compiled JavaScript (assets/dist/index.js) is built from the Vue 3 source code included in the src-vue/ directory of this plugin.67 68 To build from source:69 70 1. Navigate to the src-vue/ directory71 2. Run: yarn install72 3. Run: yarn build73 74 The entry point is src-vue/src/main.js. The build tool is Vite with Vue 3 and TypeScript.75 76 64 == Installation == 77 65
Note: See TracChangeset
for help on using the changeset viewer.