markthree
markthree
Waiting for merge → [#141](https://github.com/JohnCampionJr/vite-plugin-vue-layouts/pull/141)
As usual, merge #141 so that #140 can be closed. Or we could merge #140 and then merge #141.
@HaoGram Hi,Your shell commands work perfectly on my computer, but I'm on windows 11. ```shell docker buildx create --use --name=cross docker buildx build --load --platform=linux/amd64 . -t tov docker run...
@HaoGram Hi, You can try deploying with the following command 👇 ```shell docker build --pull --rm -f "dockerfile" -t tov "." docker run --rm -d -p 9999:8043/tcp tov:latest ``` It...
> I have try this command. It's work on mac. > > But it's work when i add 'buildx --platform=linux/amd64'. My mac is 'Apple M1', so I need this parameter...
@lling1234 靓仔,我们自己内部正在使用 tov-template 来构建项目哦,唯一开源的项目是 [js-refs](https://github.com/markthree/js-refs),你可以下下来参考一下。 其他靓仔拿来做内部项目比较多,github 上开源的我认为比较好的是 [bing](https://github.com/androidmumo/bing) 和 [Q-Blog](https://github.com/liuly0322/Q-Blog)
@Mqxx Maybe you can do this 👇 ```jsonc { "deno.enable": true, "deno.unstable": true, "deno.enablePaths": ["./your/serviceDir"] } ```
@tmzdy888 you can use 👉 [nzip](https://github.com/markthree/nzip#program)
Docus is such nice. I am writing online documents using it to write programming courses. It runs on the [deno deploy](https://deno.com/deploy)。 site 👉 [qk3](https://qk3.deno.dev/) repo 👉 [dishait/quick](https://github.com/dishait/quick)
I guess `listen -w` occupies a port, and the module occupies a port internally, so it jumps to 3001. According to the README of ipx and listen, if using `listen...