Discussion on Vuely - Vuejs, Laravel, Angular 13, Expressjs Material Design Admin Template

Discussion on Vuely - Vuejs, Laravel, Angular 13, Expressjs Material Design Admin Template

Cart 1,647 sales
Well Documented

IronNetwork does not currently provide support for this item.

383 comments found.

Hi, can you give some instructions to use this template with meteor? Thanks

Hi,

You can take the example of golang in our template it might be helpful for you. Suppose you are running your rest api’s on the http://localhost:8000/api/v1/ you need add this url in the src -> api -> index.js file. e.g.,

import axios from ‘axios’;

export default axios.create({ baseURL: ‘http://localhost:8000/api/v1/', timeout: 1000 });

Now you can use your api’s anywhere in the app. We taken the example of TodoList widget to fetch todos. e.g., in the screenshot

https://www.diigo.com/item/image/60nln/457a https://diigo.com/0c9wi1 Thanks! Let us know if you need anything else

I just did this below and nothing happen. How can I run this? looks like a lot of out dated issue.

npm install npm run dev

> vuely@3.0.0 dev /Users/ugoods/project/tss/vuely-v3.0.0/seed > webpack-dev-server—mode development—inline—progress

98% after emitting CopyPlugin
DONE  Compiled successfully in 10944ms                                                                      20:58:53

Hi,

This is not a issue we mentioned in the documentation after run npm run dev command you need to navigate to the http://localhost:8080/ in your browser.

Thanks! Let us know if you need anything else.

Hi,

In the login page, how can I remove the giggle effect when the field is invalid and have the label to be always on top of the field?

Thanks

Hi,

You can remove the giggle effect by adding the given below style in your css file.

.v-input-has-state.error-text .v-label { animation: initial !important; }

And for labels you need to add a placeholder props in the element. e.g.,

<v-text-field label=”E-mail ID” placeholder=”Email” v-model=”email” :rules=”emailRules” required ></v-text-field>

Thanks! Let us know if you need anything else.

How to change text translation method in view from {{$(‘msg’)}} to {{msg | translate}} ?

translate filter is not working

Hi,

You need to create a filter under the src -> index.js file.e.g.,

Vue.filter(‘translate’, function (msg) { return i18n.t(msg) })

Make sure you registered the filter after the VueI18n instance.

Thanks! Let us know if you need anything else.

Hi! I cannot find process.env.NODE_ENV config.

Sir , can buy this template to use my application which i gonna develop ERP application and upload codecanyon to use as instance based, please give me a genuine answer .

You need to buy an extended license for that.

You need to buy an extended license for that.

https://i.snag.gy/1SM9JO.jpg

I getting much errors when I run dev

My node v: 8.11.3 My npm v: 5.6.0

and when I open localhost the page appears in blank

Any idea?

Hi,

Try removing the package-lock.json file and also remove node_modules folder from the project files then run npm install command. Let us know if you need anything else.

Thanks!

It seems to work fine

i install v 8 of node js and i got error when run dev http://files.techno-apps.net/error_2.jpg

thank you now working good

Welcome

i got error when run npm install in windows http://files.techno-apps.net/error.jpg

i install v 8 of node js and i got error when run dev http://files.techno-apps.net/error_2.jpg

v 8.11

thank you now working good

i got error when run npm install in windows http://files.techno-apps.net/error.jpg

Hi,

Currently Vuely compatible with nodejs <9 versions. We are waiting for the modules to be updated, once they are stable with the latest version we will upgrade the template.

Also you can reach us directly at support@theironnetwork.org

Let us know if you need anything else. Thanks!

Hi. I downloaded version 3 and am not finding the documentation. Can you help me?

Here is the link

https://iron-network.gitbook.io/vuely/getting-started

Let us know if you need anything else.

Thanks!

hello, what is version of vuetify on this template ?

We are using Vuetify1.1.3 version.

okay thanks

hello, how to update my current project with ur new update template.. thanks

We have added change log under the project description, we are also working on providing access to git repository for future updates.

Thanks!

oke. ill hope it will be ASAP release using git/bitbucket repo

hello, why are the markers not showing on the leaflet map??? please help

Hi,

It’s a bug you can resolve this by following the steps in the screenshot it may help you and you can also override the component file that we attached with this email.

Screenshot:- https://www.diigo.com/item/image/60nln/wd7k

Let us know if you need anything else. Thanks!

Hello,

This is what i am getting while installing vuely theme:

npm WARN ajv-keywords@3.1.0 requires a peer of ajv@6.0.0 but none is installed. You must install peer dependencies yourself. npm WARN eslint-loader@2.0.0 requires a peer of eslint@>=1.6.0 <5.0.0 but none is installed. You must install peer dependencies yourself. npm WARN extract-text-webpack-plugin@3.0.2 requires a peer of webpack@3.1.0 but none is installed. You must install peer dependencies yourself. npm WARN vuely@2.1.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {os“} (current: {os“})

audited 16869 packages in 7.972s found 16 vulnerabilities (3 low, 12 moderate, 1 critical) run `npm audit fix` to fix them, or `npm audit` for details

can you please suggest us for same ?

Hi,

This seems to be a bug in npm 6.0.1 related to handling of optional dependencies. visit https://github.com/npm/npm/issues/20577 to get more information about it.

There are two solution which can help you to resolve this issue:-

1. Degrade your npm version 6.0.1 to 5.6.1. 2. Run npm update fsevents—depth.

Let us know if you need anything else. Thanks!

I UPDATED VEUTIFY TO “vuetify”: “^1.1.0”, THE WHOLE LAYOUT MESSED UP. CAN U PLEASE TAKE A LOOK. I need to use latest vuetify

Hi,

We are working on an update. Hopefully by the end of this week, we will able to update it on themeforest.

Thanks!

For when a new update with new features?

In header section there is a v-spacer tag, which taken all space and made the notification icon not visible when screen width is around 350px. Could you please help to find a workaround ? I need to show the notification icon. Sample page is here.

Hi,

Here are step by step instructions to resolve this issue:- Go to the _header.scss under the src -> assets -> scss -> custom directory. Remove this code. @media (max-width: 370px) { .notification-icon { display: none; } }

Thanks! Let us know if you need anything else.

Work like a charm. Thanks.

It seems to be not working with IE11. What’s the problem?

Hi. I’m having problems running Vuely. When I run npm start I get an error message. Can you help me?

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! vuely@2.1.0 start: `webpack-dev-server—mode development—open` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the vuely@2.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Full error log:

▶ npm start

> vuely@2.1.0 start /Users/alessandro/Documents/testes/seed > webpack-dev-server—mode development—open

events.js:183 throw er; // Unhandled ‘error’ event ^

Error: listen EADDRINUSE 127.0.0.1:8080 at Object._errnoException (util.js:992:11) at _exceptionWithHostPort (util.js:1014:20) at Server.setupListenHandle [as _listen2] (net.js:1355:14) at listenInCluster (net.js:1396:12) at GetAddrInfoReqWrap.doListen [as callback] (net.js:1505:7) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! vuely@2.1.0 start: `webpack-dev-server—mode development—open` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the vuely@2.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/alessandro/.npm/_logs/2018-06-24T03_05_30_236Z-debug.log

Hi, What version of nodejs you have installed in your machine?

Thanks!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey