ejs tag

22 questions


1 answers
283 views
0
How to access a development server powered by VueCLI from a smartphone in your local network and handle media (such as a microphone)

I would like to handle the sound of microphones connected to smartphones and PCs within a web application configured with VueCLI.I would like to access the development server built on the development ...

1 years ago

1 answers
258 views
0
I want to read the contents of the file and use node-gzip.

I am thinking of compressing the file with JavaScript and transferring it to the server in node-gzip.On this page, as shown below (see ), there is a description of the text as input.(Here's 'Hello Wor...

1 years ago

1 answers
273 views
0
I received the response of vue3api in the store, but when I return it to the front, it becomes undefined.

Problem with api side receiving response but not returning it to vue wellvue<template> <div class=register-wrap> <h1class=title>Membership </h1> <[email protected] event=regist...

1 years ago

1 answers
469 views
0
Electron's Typescript+Webpack Template Cannot Run

Followed the ElectronForge page and installed the Electron template using the following command:npx create-electron-app my-new-app --template=typescript-webpackNext is npm run startWhen you run , an e...


1 answers
301 views
0
ESLint fails to resolve Vue file errors

Vue3After deploying ESLint, there was an incomprehensible error in the Vue file and it has not been resolved.There is an error in the comments and there is no particular problem, so I feel that the ac...

1 years ago

1 answers
84 views
0
Converting date data taken over from client to JavaScript during web development

I need help like ciderDevelop node.js, express as ejs template.In express, render date data as ejs the variable 2016-08-14 12:03:44 of dateTime.You want to convert the dateTime value received from ejs...


1 answers
107 views
0
Nodejs, I'm asking you a question.

``Hello, I'm going to print out a video using node js express. I set the path well, but the video didn't run, so I'm posting a question.This is the main app.js.The express module was used to output th...

1 years ago

1 answers
128 views
0
Node.js How do I get a logged-in user post?

When a member enters my page, he or she wants to print out only what he or she wrote. I'm currently printing all the writings that other members wrote. Only the user's nickname is properly brought.I d...


1 answers
93 views
0
json, string object conversion related (express, ejs template)

Node.js + express is under development.The data type I want to use in javascript is var word_array = [ {text: Lo, age: 15}, {text: Ip, age: 9}, {text: Do, age: 6}, {text: Si, age: 7}, {text: Am, age: ...

1 years ago

1 answers
76 views
0
Implement the screen rendered by ejs template asynchronously with ajax

Developing node.js + express.You want to implement the comment writing function asynchronously. (To prevent reloading) ejs and templates.Go to the bulletin board post+comment pagerouter.get('/topic', ...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.