-
Would you be able to add some screenshots? Your linked page is down and one would have no idea what you are building.
-
I have read a number of discussions on this and think it's worthwhile to raise this as an enhancement.
The following esults in each element rendering as an `` with appropriate list styling but acti…
-
I'm using `villus: 1.0.0-rc.18` with Nuxt and the composition api. The type inference when providing a generated document to use functions is not working as stated in the docs.
Consider this mock s…
-
Installing the latest version 14.0.5 and then restarting the IDE does not prompt for API key
It's not possible to add the key manually from settings because the settings/tools menu for wakatime is al…
-
I'd like to expose my local site (running laravel on port 8000 for the backend, nuxt.js on port 3000 for the front-end) to others. How can I go about doing this?
I went through the installation and…
-
Installing [pingcrm](https://github.com/inertiajs/pingcrm) and viewing the source for any of the pages ([contacts](http://localhost:8000/contacts), [organizations](http://localhost:8000/organizations)…
-
Hi,
trying to figure out 2 things
a) what is needed in the env file
b) the redirect URL after authentication
a sample env file might be helpful.
Kind Regards,
Gerrit Kuilder
-
### Feature Description
Its not a best practice to find elements by css classes. A better and concise solution is the use of data attributes. So we can give those testable elements a `data-test…
-
### Version
module: 5.0.0-1608568767.2fe2217
nuxt: 2.14.6
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [ ] universal
- [x] spa
```js
export default {…
-
APIへのURLを`VUE_APP_API_URL`に設定していますが、remote-patient-monitoring-dashboardと同じ`APP_URL`に統一したほうがデプロイのプロセスがわかりやすいと思いました