move petite-vue exampleSite to new sites/pv folder
This commit is contained in:
parent
3addcf98ae
commit
f68c30731b
8 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
// app-demo.ts - petite-vue application using dummy localStorage backend
|
// app-demo.ts - petite-vue application using dummy localStorage backend
|
||||||
|
|
||||||
import { createApp } from 'petite-vue'
|
import { createApp } from 'petite-vue'
|
||||||
import { Config, register, handle, createRandString} from './common'
|
import { Config, register, handle, createRandString } from './common'
|
||||||
|
|
||||||
export const pvapp = {
|
export const pvapp = {
|
||||||
run(conf: Config, components: any[]) {
|
run(conf: Config, components: any[]) {
|
||||||
|
|
2
assets/js/main-htmx.ts
Normal file
2
assets/js/main-htmx.ts
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import 'htmx.org'
|
||||||
|
import 'htmx.org/ext/sse'
|
|
@ -23,12 +23,13 @@ params:
|
||||||
|
|
||||||
copyright:
|
copyright:
|
||||||
name: Helmut Merz
|
name: Helmut Merz
|
||||||
link: https://blog.cy7.eu
|
link: https://www.cyberconcepts.org
|
||||||
|
|
||||||
api:
|
api:
|
||||||
domain: demo
|
domain: demo
|
||||||
module: main-demo.ts
|
#module: main-demo.ts
|
||||||
#module: main-ig.ts
|
module: main-ig.ts
|
||||||
|
#module: main-scopes.ts
|
||||||
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
domain: domains
|
domain: domains
|
Loading…
Add table
Reference in a new issue