Academic literature on the topic 'Vue.js'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Vue.js.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Vue.js"

1

I Gede, Surya Rahayuda, and Ni Putu Linda Santiari. "Penentuan Rute Evakuasi Bencana Kebakaran Menggunakan Algoritma Dijkstra berbasis Web Framework Vue.js." Jurnal Sistem dan Informatika (JSI) 14, no. 2 (August 4, 2020): 80–88. http://dx.doi.org/10.30864/jsi.v14i2.252.

Full text
Abstract:
Penentuan rute terdekat diperlukan pada setiap perjalanan. Pada penelitian sebelumnya penulis telah menggunakan beberapa metode pencarian jalur yang diterapkan untuk menentukan jalur terdekat pengiriman produk. Pada penelitian saat ini penulis menerapkan metode pencarian jalur untuk penentuan rute terdekat perjalanan tim pemadam kebakaran. Diharapkan dengan digunakannya metode tersebut dapat mempercepat penentuan rute terdekat menuju lokasi kebakaran. Metode pencarian jalur yang digunakan adalah metode Dijkstra, metode tersebut diimplementasikan berbasis web framework vue.js. Berdasarkan penelitian yang dilakukan pada beberapa data tes, metode Dijkstra berhasil menentukan rute evakuasi terbaik. Penulis memilih menggunakan framework vue.js sebagai front-end web karena vue.js memiliki kelebihan dari desain tampilan yang baik dan reaktif. Berdasarkan pengujian sistem menggunakan black-box testing terhadap berbagai proses yang ada didapatkan hasil yang baik dan sesuai keinginan.
APA, Harvard, Vancouver, ISO, and other styles
2

Baida, Roman, Maksym Andriienko, and Małgorzata Plechawska-Wójcik. "Perfomance analysis of frameworks Angular and Vue.js." Journal of Computer Sciences Institute 14 (March 30, 2020): 59–64. http://dx.doi.org/10.35784/jcsi.1577.

Full text
Abstract:
The aim of the paper is to compare the performance of popular JavaScript frameworks Angular and Vue.js in the context of game development. The comparative criteria are as follows: time of data exchanging with server and rendering of various application components, memory consumption during refreshing the current game information and restoring the user to the current game, browser load level and size of the final application files. The test results show that the Vue.js framework is more efficient.
APA, Harvard, Vancouver, ISO, and other styles
3

Souza, William Gabriel de, and Giuliano Scombatti Pinto. "UTILIZAÇÃO DO VUE.JS COM UMA API REST EM SPRING BOOT." Revista Interface Tecnológica 17, no. 2 (December 18, 2020): 155–67. http://dx.doi.org/10.31510/infa.v17i2.904.

Full text
Abstract:
Aplicações do tipo single page application (SPA) são muito utilizadas na atualidade nos mais variados contextos para otimizar as interações com os usuários. Diante disso, o objetivo do presente artigo é apresentar os recursos necessários para o desenvolvimento de uma single page application para o gerenciamento de estoques. O front-end foi desenvolvido utilizando o framework progressivo de JavaScript Vue.js. O desenvolvimento do back-end foi realizado o framework de Java, Spring Boot Para desenvolver uma API Rest. A metodologia utilizada para o desenvolvimento do presente trabalho foi a pesquisa bibliográfica em livros, artigos, sites, e-books, dentre outros. Conclui-se que o Vue.js junto com o Spring boot possibilita uma aplicação de grande escalabilidade de recursos e desacoplamento entre componentes, além de uma organização mais limpa do código.
APA, Harvard, Vancouver, ISO, and other styles
4

Song, Junhui, Min Zhang, and Hua Xie. "Design and Implementation of a Vue.js-Based College Teaching System." International Journal of Emerging Technologies in Learning (iJET) 14, no. 13 (July 15, 2019): 59. http://dx.doi.org/10.3991/ijet.v14i13.10709.

Full text
Abstract:
The proliferation of Internet information technology has fundamentally changed the way of learning. It is now a research hotspot to improve teaching effect in col-leges with Internet information technology. Starting from the actual needs of col-lege teaching, this paper designs a college teaching system based on various In-ternet information technologies. Specifically, the front end was developed under the lightweight progressive Vue.js framework, which relies on the model–view–view model (MVVM); the overall structure of the system was set up based on the browser-server (B/S) architecture; the system functions were realized through HTML5, Node.js and database technology; the compatibility between mobile terminal and desktop was realized under Bootstrap. The system test shows that the Vue.js-based college teaching system operated stably, achieved the design goals and satisfied user demand. The research findings shed important new light on modernization and quality of college teaching.
APA, Harvard, Vancouver, ISO, and other styles
5

Грицюк, Іванна, and Andrii Safonyk. "Розроблення інформаційної системи для спектрофотометричного аналізу." Modeling Control and Information Technologies, no. 5 (November 21, 2021): 135–36. http://dx.doi.org/10.31713/mcit.2021.44.

Full text
Abstract:
Проаналізовано основні види архітектури нейронних мереж та обрано оптимальну архітектуру для процесу визначення іонів заліза спектрофотометричним методом, розроблено схему нейронної мережі, проаналізовано точність навчання та обрано аналізатор даних нейронної мережі. Для тестування роботи та отримання даних досліджень було розроблено веб-інтерфейс з використанням JavaScript фреймворк Vue.js.
APA, Harvard, Vancouver, ISO, and other styles
6

Boczkowski, Krzysztof, and Beata Pańczyk. "Comparison of the performance of tools for creating a SPA application interface - React and Vue.js." Journal of Computer Sciences Institute 14 (March 30, 2020): 73–77. http://dx.doi.org/10.35784/jcsi.1579.

Full text
Abstract:
The article analyses the performance of currently used tools for creating a SPA application interface. The study was conducted using two applications with the same functionality, implemented in React and Vue.js. The tools available in web browsers and appropriate implementations of own methods were used to measure SPA performance.
APA, Harvard, Vancouver, ISO, and other styles
7

Timanovskyi, Yehor, and Małgorzata Plechawska-Wójcik. "Performance analysis of selected tools for building a Single Page Application." Journal of Computer Sciences Institute 14 (March 30, 2020): 82–87. http://dx.doi.org/10.35784/jcsi.1581.

Full text
Abstract:
The article presents analysis of the performance of selected tools to build a Single Page Application. Chrome browser with DevTools tool was used to evaluate the performance of the test application. The total number of all tests was 112. As part of the study, a test application was created using different JavaScript frameworks - the Angular framework and the Vue.js framework.
APA, Harvard, Vancouver, ISO, and other styles
8

Alip, Alip, Sandy Kosasi, I. Dewa Ayu Eka Yuliani, Gusti Syarifudin, and David David. "Implementasi Arsitektur Model View Controller Pada Website Toko Online." Jurnal Bumigora Information Technology (BITe) 3, no. 2 (January 4, 2022): 135–50. http://dx.doi.org/10.30812/bite.v3i2.1566.

Full text
Abstract:
Website merupakan media yang digunakan untuk penyampaian informasi, komunikasi, dan transaksi. Pengembangan website memiliki beberapa arsitektur diantaranya Model View Presenter, Model View ViewModel, Model View Controller dan lain-lain. Website memiliki standar pemrograman yang universal dengan arsitektur MVC dan RESTful API. REST berformat JSON dan menggunakan Json Web Token untuk hak akses, JSON memiliki ukuran kecil dibanding XML. Penelitian ini bertujuan untuk mengatasi kebutuhan yang ada pada Happy Belanja Senakin berupa website yang bisa digunakan sebagai media penjualan, pengelolaan barang dan memonitoring stok barang tanpa harus berada di toko agar lebih terstruktur dan memperluas pangsa pasar dengan memanfaatkan arsitektur MVC dan RESTful API untuk menghubungkan dan mengintegrasikan framework laravel dan framework Vue.Js. Framework laravel digunakan sebagai backend untuk mengelola data produk yang berkaitan dengan data penjualan produk. Framework Vue.Js digunakan sebagai view untuk menampilkan informasi produk kepada pengunjung website maupun user dan digunakan sebagai transaksi penjualan. Penelitian ini menghasilkan website dengan memanfaatkan arsitektur MVC dan RESTful API. Adapun Metode pengembangan menggunakan Extreme Programming serta metode pengujian menggunakan Black Box. Kemudahan pengembangan dimasa mendatang dan kemudahan dalam proses mengelola data produk dan penjualan sehingga pihak Happy Belanja Senakin dapat lebih mudah melakukan input data produk dan memonitoring stok.
APA, Harvard, Vancouver, ISO, and other styles
9

Kaluža, Marin, and Bernard Vukelić. "Comparison of front-end frameworks for web applications development." Zbornik Veleučilišta u Rijeci 6, no. 1 (2018): 261–82. http://dx.doi.org/10.31784/zvr.6.1.19.

Full text
Abstract:
Modern web applications, due to the functionalities they provide in their user interfaces, have a complex program structure. Manually writing a program code, due to the complexity of the entire application, can result in uneven quality and content of individual application parts. Maintaining such developed applications is more difficult. Because of this, web applications are often developed by using different frameworks. A framework allows structuring, simpler and more uniform program script writing, and thus easier web application maintenance. There are various frameworks that can be used in the development of web applications, for different parts of the application. Those analyzed in this paper are used in the development of front end parts of web applications. According to their design, a web application can be developed as the Multi Page (MPA) or the Single Page (SPA). This paper explains the difference between MPA and SPA web applications. The advantages and disadvantages of MPA are demonstrated in relation to SPA web applications. Required characteristics that the framework should have in order to be optimized for creating MPA and SPA web applications are set. The hypothesis has been tested: There is a framework that is optimized for the development of both MPA and SPA applications. Possibilities, architecture and development techniques of a web application using front end frameworks, as well as the suitability of such frameworks for the development of MPA and SPA web applications have been analysed. Choosing a framework for the hypothesis testing has been performed based on the popularity of available frameworks. The required characteristics have been analyzed on the three most popular frameworks: Angular, Vue.js and React-js. It has been shown that the Vue.js framework is the most optimized framework for the development of both MPA and SPA applications.
APA, Harvard, Vancouver, ISO, and other styles
10

Ma, Mingze. "Design and realisation of residential property management information system based on browser/server mode." Applied Mathematics and Nonlinear Sciences 6, no. 2 (July 1, 2021): 239–48. http://dx.doi.org/10.2478/amns.2021.2.00046.

Full text
Abstract:
Abstract The data filling, mathematical calculations and statistical operations for property management are realised by a system development tool that adopts the browser/server (B/S) architecture, Java, as the development language and a framework that adopts Spring MVC mode; additionally, the MySQL database is used, the source code and database interaction process use the Mybatis framework and the front-end display uses the VUE.js framework.. Functional modules include the following elements: owner information, real estate information, engineering equipment, personnel management and lease management. The system has passed the functional test, if it has been in trial operation for 1 year in multiple residential communities and has the characteristics of simple operation, stable operation and strong scalability, among others.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Vue.js"

1

Svensson, Jacob. "Jämförelse av svarstid vid filtrering mellan Vue.js och React." Thesis, Högskolan i Skövde, Institutionen för informationsteknologi, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-18639.

Full text
Abstract:
Arbetet jämför JavaScript-ramverken Vue.js och React huruvida vilket av ramverken som presterar lägst svarstider i ett experiment. Bakgrunden till arbetet är att undersöka visualiseringav data och i form av en interaktion som är filtrering. Arbetet är inriktat på parkeringsplatser som blir svårare att finna och att filtrering används för att finna lediga parkeringsplatser. Experimentet består av en webbapplikation skapad i en implementation av respektive ramverk som innehåller en lista med parkeringsplatser som går att filtrera. Mätningar genomfördes automatiserat genom ett egenskrivet skript med användning av Tampermonkey för att få fram ett resultat. Resultatet visar att det fanns en signifikant skillnad mellan ramverkens resultat från experimentet till fördel för Vue.js. Det går att följa arbetet steg för steg hur det genomfördes med mål att studien ska vara replikerbar.
APA, Harvard, Vancouver, ISO, and other styles
2

Нелепенко, А. В. "Система управління електронними документами «MyDoc»." Thesis, Чернігів, 2020. http://ir.stu.cn.ua/123456789/23427.

Full text
Abstract:
Нелепенко, А. В. Система управління електронними документами «MyDoc» : випускна кваліфікаційна робота : 123 "Комп’ютерна інженерія" / А. В. Нелепенко ; керівник роботи Є. В. Нікітенко ; НУ "Чернігівська політехніка", кафедра інформаційних і комп’ютерних систем. – Чернігів, 2020. – 81 с.
Об'єктом розробки є система управління електронними документами «MyDoc». Результатом роботи є реалізація таких можливостей системи: – переглянути проекти документів, що створені поточним користувачем; – створити проект документу; – можливість знайти власні документи; – можливість створити маршрут документа, обрати шаблон або зберегти як шаблон; – можливість додавати, видаляти та переглядати пов’язані документи; – можливість попереднього перегляду документа; – можливість друку, електронного підпису, завантаження та відправки документа іншій стороні. Система повинна коректно працювати та відображатись у наступних браузерах: – Internet Explorer 11 і вище; – Google Chrome 60 і вище; – Mozilla Firefox 55 і вище; – Microsoft Edge. Подальша розробка системи можлива в сторону розширення функціональності та вдосконалення інтерфейсу системи. Робота має практичну цінність. Розрахунок економічної цінності не проводився.
The object of the development is the electronic document management system "MyDoc". The result of the work is the implementation of the following system features: – view draft documents created by the current user; – create a draft document; – the ability to find your own documents; – the ability to create a document route, select a template or save as a template; – the ability to add, delete and view related documents; – the ability to preview the document; – the ability to print, electronically sign, upload and send documents to the other party. The system must work properly and be displayed in the following browsers: – Internet Explorer 11 and higher; – Google Chrome 60 and above; – Mozilla Firefox 55 and above; – Microsoft Edge. Further development of the system is possible in the direction of expanding the functionality and improving the system interface. The work has a practical value. The calculation of economic value was not carried out.
APA, Harvard, Vancouver, ISO, and other styles
3

Валенкевич, М. Є. "Технологія керування веб-ресурсами студентського центру інформаційних технологій." Master's thesis, Сумський державний університет, 2019. http://essuir.sumdu.edu.ua/handle/123456789/76756.

Full text
Abstract:
Застосовано та протестовано чортири підходи, виявлено найефективніший з них для даного ресурсу, проведено аналіз складових часу завантаження сторінки,здійснено аналітичний огляд літературних джерел, обрано методи та програмні засоби.
APA, Harvard, Vancouver, ISO, and other styles
4

Ekekihl, Elias. "Jämförelse av React och Vue.js : Visualisering av pandemidata på webben." Thesis, Högskolan i Skövde, Institutionen för informationsteknologi, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-19897.

Full text
Abstract:
Pandemier är något som dyker upp lite då och då. Att kunna visualisera data öppnar möjligheten att hitta intressanta mönster och agera på dem. Geografiska visualiseringar har en förmåga att på ett tydligare sätt bilda förståelse om vad som presenteras och människor har det lättare att resonera och lära sig på ett mer effektivt sätt i en visuell miljö gentemot en textuell- eller numerisk miljö. Arbetet utför en jämförelse mellan de två JavaScriptramverken React och Vue.js. Ramverken använder sig utav Google Charts för att rendera grafer, och en mätning utförs för att ta reda på renderingstid mellan de olika ramverken. Arbetet innehåller även en användarstudie för att ta reda på hur användare tycker att stapeldiagram och GeoCharts fungerar beroende på olika sammanhang.

Det finns övrigt digitalt material (t.ex. film-, bild- eller ljudfiler) eller modeller/artefakter tillhörande examensarbetet som ska skickas till arkivet.

APA, Harvard, Vancouver, ISO, and other styles
5

Ercolani, Francesco. "Sviluppo di un sistema di gestione dei piani formativi aziendali con Vue.js." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2021.

Find full text
Abstract:
L'evoluzione dei linguaggi informatici permette non solo di usufruire di nuove funzionalità utili allo sviluppo, ma facilita anche la nascita di nuovi framework progettati per supportare lo sviluppatore in compiti specifici. Nel 2013 un ex dipendente Google, Evan You, inizia lo sviluppo di Vue.js, un framework JavaScript che presenta un'architettura adottabile incrementalmente. Con l'ampliamento del progetto, il framework si è costruito un'ottima reputazione grazie al suo punto di forza migliore: il rendering dichiarativo, estremamente efficace per la costruzione di siti web dinamici. In questa tesi viene inizialmente introdotto il framework Vue.js con particolare attenzione a spiegare i concetti base che ne delineano la struttura d'insieme. Successivamente viene esposto il mio lavoro svolto sfruttando le funzionalità di Vue.js, assieme al team, nello sviluppo del modulo "piani formativi" per il gestionale Active Trees dell'azienda Bookmark S.r.l. Il progetto viene esposto attraverso la fase di design, in cui viene mostrata l'organizzazione strutturale, e quella implementativa in cui si mostrano parti di codice, logica interna e immagini del prodotto finale. L'obiettivo iniziale era quello di porre le basi per una struttura rimodellabile in modo da rendere facili le future integrazioni delle caratteristiche e miglioramenti di quelle esistenti. Il risultato di questo progetto si traduce non soltanto come un'ottima base per gli sviluppi futuri, ma anche come una prova dell'efficacia di Vue.js nella costruzione di sistemi web dinamici complessi.
APA, Harvard, Vancouver, ISO, and other styles
6

Рябишев, О. Г. "Iнформацiйна технологiя проектування iнтернет-магазину. Клiєнтська частина." Master's thesis, Сумський державний університет, 2018. http://essuir.sumdu.edu.ua/handle/123456789/72198.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Semeraro, Matteo Ignazio. "Angular, React, Vue.js: confronto tra le principali soluzioni per lo sviluppo front-end." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2018. http://amslaurea.unibo.it/17299/.

Full text
Abstract:
Scopo di questa dissertazione è analizzare l’evoluzione dello sviluppo front-end di applicazioni web, come cambiamenti ha subito nel tempo, quali problemi sono sorti e con quali tecnologie questi siano stati risolti. Fornirò una panoramica esaminando i concetti moderni di sviluppo, ovvero i components, i design pattern MVC, MVVM e FLUX e i linguaggi di scripting. Per farlo, analizzerò la storia, i core concept e i pattern adottati da tre fondamentali framework affermati nel mondo dello sviluppo web: Angular, React e Vue.js. Infine effettuerò un confronto utilizzando dati statistici raccolti dai principali siti di riferimento del mondo dell’informatica quali Github e Stackoverflow, mettendo a confronto le caratteristiche principali dei framework e come queste influiscono sulla learning curve e sull’human recruiting. Con questi dati, trarrò delle conclusioni personali riguardo la scelta di una determinata tecnologia per lo sviluppo di una SPA, Single Page App.
APA, Harvard, Vancouver, ISO, and other styles
8

Ткач, О. С. "Iнформацiйна технологiя проектування iнтернет-магазину. Адміністративна частина." Master's thesis, Сумський державний університет, 2018. http://essuir.sumdu.edu.ua/handle/123456789/72145.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Rådström, Villiam. "Progressiva Webbapplikationer : Val av JavaScript-ramverk vid implementation med speciellt fokus på Angular och Vue.js." Thesis, Karlstads universitet, Handelshögskolan (from 2013), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-78613.

Full text
Abstract:
JavaScript har under de senaste sju åren varit det mest populära programmeringsspråket. JavaScript har ständigt utvecklats, så har även webben. Detta har lett till att det är möjligt att utveckla webbsidor som liknar riktiga mobilapplikationer, även kallat progressiva webbapplikationer. I denna studie var syftet att identifiera, undersöka och jämföra olika JavaScript-ramverk som kan användas för att skapa progressiva webbapplikationer. För att uppnå detta har granskningen skett i tre steg. Det första steget var att identifiera ramverk som tydligt identifierade sig själva som ramverk och främst fokuserade på klientsidan. Under första steget insamlades information om elva ramverk som uppfyllde kraven. Nästa granskning i steg ett var att identifiera de ramverk som återgav information på sin officiella webbsida om hur en progressiv webbapplikation implementeras. Efter denna granskning återstod endast två ramverk, Angular och Vue.js. I steg två utvecklades en identisk webbapplikation i vardera ramverk. I det tredje och sista steget jämfördes ramverken baserat på 15 riktlinjer vid val av ramverk för att slutligen avgöra vilket ramverk som var att föredra vid utveckling av en progressiv webbapplikation. Resultatet visade att Vue.js var det ramverk som rekommenderas vid implementering av en progressiv webbapplikation. Detta baserades på att ramverket krävde färre kodrader samt att ramverket funnits längre på marknaden. Ytterligare en anledning var att ramverket är mest populärt bland utvecklare på GitHub.
APA, Harvard, Vancouver, ISO, and other styles
10

Norrman, Christian. "Building a front-end framework with Web Components : A study about the next generation of front-end frameworks." Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-19674.

Full text
Abstract:
Context: As most modern browsers fully support the new set of APIs called Web Components, it is crucial to investigate how developers could use them to enhance the performance and developer experience of web development. When considering this, it is fitting to investigate both the technical and practical differences between modern libraries powered by the APIs, versus traditional libraries which do not. Objectives: In this study, traditional libraries using Virtual DOM got investigated to find out which differences exist when compared to modern ones using Web Components. To find out how this next generation of front-end libraries could utilize these new APIs to improve the build process of websites. If the APIs offer alternative ways for developers to achieve better performance and developer experience. Realization:  In order to fulfill the objectives, an empirical study and a literature review were conducted. In the literature review, we investigated how a set of well-known front-end libraries technically compares to new and aspiring Web Components based libraries. In the empirical study, a new Web Components library was built from the ground up with inspiration from Vuejs. With the help of modern code styles to achieve a fresh developer experience. Results: The results of the study show that Web Components based libraries tend to be quite powerful and offer excellent all-around performance. The created library, Kirei, reflected this as it became a powerful all-around library that offers a great developer experience. It also performed equally well or even better than Vue on most benchmarks. However, Vue was better at creating new elements while Kirei excelled at updating elements. In a way, the libraries excitingly contrasted with each other. Conclusions: While Vue and React are fundamentally different from Lit-Element, Heresy, and Kirei, they are alike in some sense. Most of the differences come from how the libraries apply updates to the DOM. While Web Components based libraries patch only the dynamic parts, Virtual DOM has to diff both the dynamic and static parts. Moreover, Kirei proved to be a robust framework that could compete with Vue and React. In some benchmarks, it proved to have an upper edge in performance.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "Vue.js"

1

Freeman, Adam. Pro Vue.js 2. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3805-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Steyer, Ralph. Webanwendungen erstellen mit Vue.js. Wiesbaden: Springer Fachmedien Wiesbaden, 2019. http://dx.doi.org/10.1007/978-3-658-27170-1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Nelson, Brett. Getting to Know Vue.js. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3781-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Rojas, Carlos. Building Progressive Web Applications with Vue.js. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-5334-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Lopez, Daniel Andres Pelaez. Full-Stack Web Development with Jakarta EE and Vue.js. Berkeley, CA: Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-6342-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Robella, Clyde. Vuelos--: Relatos. Montevideo: C. Robella, 1991.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Teixidó, Raúl. Vuelos migratorios. La Paz: Editorial "Los Amigos del Libro", 1997.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Lizardi, Edmundo. Primeros vuelos. Mexicali, B.C: CONACULTA, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Los vuelos circulares. Buenos Aires: Editorial Algazul, 2011.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Vuelos de victoria. León: Editorial Universitaria, UNAN, 1985.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Vue.js"

1

So, Preston. "Vue.js." In Decoupled Drupal in Practice, 381–97. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-4072-4_20.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

bin Uzayr, Sufyan, Nicholas Cloud, and Tim Ambler. "Vue.js." In JavaScript Frameworks for Modern Web Development, 523–39. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4995-6_14.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Nelson, Brett. "Why Vue.js?" In Getting to Know Vue.js, 1–8. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3781-6_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Freeman, Adam. "Understanding Vue.js." In Pro Vue.js 2, 29–36. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3805-9_2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Freeman, Adam. "Extending Vue.js." In Pro Vue.js 2, 687–713. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3805-9_26.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Freeman, Adam. "Understanding Vue.js." In Pro Vue.js 2, 203–20. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3805-9_9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Rojas, Carlos. "Working with Vue.js." In Building Progressive Web Applications with Vue.js, 83–146. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-5334-2_5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Rojas, Carlos. "Working with Vue.js." In Building Native Web Components, 139–93. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-5905-4_9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Freeman, Adam. "Understanding the Component Lifecycle." In Pro Vue.js 2, 427–49. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3805-9_17.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Freeman, Adam. "Your First Vue.js Application." In Pro Vue.js 2, 3–28. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3805-9_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Vue.js"

1

BingWen, Qin. "University experiment management system based on Django and Vue.js." In 2021 2nd International Conference on Big Data and Informatization Education (ICBDIE). IEEE, 2021. http://dx.doi.org/10.1109/icbdie52740.2021.00109.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Quan, Yun. "Design and Implementation of E-commerce Platform based on Vue.js and MySQL." In Proceedings of the 3rd International Conference on Computer Engineering, Information Science & Application Technology (ICCIA 2019). Paris, France: Atlantis Press, 2019. http://dx.doi.org/10.2991/iccia-19.2019.69.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Novac, Cornelia Mihaela, Ovidiu Constantin Novac, Raluca Marina Sferle, Mircea Ioan Gordan, Gyongyi Bujdoso, and Camelia Maria Dindelegan. "Comparative study of some applications made in the Vue.js and React.js frameworks." In 2021 16th International Conference on Engineering of Modern Electric Systems (EMES). IEEE, 2021. http://dx.doi.org/10.1109/emes52337.2021.9484149.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Novac, Ovidiu Constantin, Damaris Emilia Madar, Cornelia Mihaela Novac, Gyongyi bujdoso, Mihai Oproescu, and Teofil Gal. "Comparative study of some applications made in the Angular and Vue.js frameworks." In 2021 16th International Conference on Engineering of Modern Electric Systems (EMES). IEEE, 2021. http://dx.doi.org/10.1109/emes52337.2021.9484150.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Rekik, Yassin Aziz, Aïcha Rizzotti, and Jean-Daniel Schlaeppy. "Navigation multi-vues dans les résultats d'une recherche multi-critères." In Conference Internationale Francophone sur I'Interaction Homme-Machine. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1941007.1941042.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Avila, Edier Fernando, and Bibiana Royero. "UTILIZACIÓN DE SERIES TEMPORALES DE ÍNDICES ESPECTRALES BASADOS EN TELEDETECCIÓN PARA EL MONITOREO DE CULTIVOS DE TOMATE SOLANUM LYCOPERSICUM." In 3rd Congress in Geomatics Engineering. Valencia: Universitat Politècnica de València, 2021. http://dx.doi.org/10.4995/cigeo2021.2021.12696.

Full text
Abstract:
El cultivo de tomate solanum lycopersicum es de gran importancia económica en Colombia, siendo Cundinamarca elquinto departamento productor del país con un promedio de 371.827 toneladas para el año 2019. Las nuevas tecnologíasemergentes como la agricultura de precisión aplicada al sector agrícola, representan una oportunidad para monitorearprocesos fisiológicos. Mediante la aplicación de la teledetección con imágenes aéreas tomadas por vehículos aéreos notripulados UAV y cálculos de series de tiempo de índices vegetales como el Green Chlorophyll Index (GCI), se cuantificóinformación sobre el potencial de producción del cultivo. El objetivo de la presente investigación fue extraer informaciónrelevante del proceso productivo en los lotes, mediante tecnicas geomáticas. Como resultados se identificaron losprincipales lotes con mayor producción, basados en la actividad fotosintética y la altura de crecimiento utilizando unmodelo digital de superficie, generado partir de la información obtenida por los vuelos fotogramétricos. También se pudoidentificar algunos microclimas generados en los lotes, como consecuencia de la diferencia de altura encontrada en lazona de estudio. Como conclusión final se logró obtener información y características actuales de la plantación con el finde tomar decisiones en las próximas siembras.
APA, Harvard, Vancouver, ISO, and other styles
7

Halin, Gilles, and Sylvain Kubicki. "Architecture dirigée par les modèles pour une représentation multi-vues du contexte de coopération." In the 17th conference. New York, New York, USA: ACM Press, 2005. http://dx.doi.org/10.1145/1148550.1148579.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Gil-Fournier Martínez, Abelardo. "La tierra está en el aire. Imagen y colonización interior." In III Congreso Internacional de Investigación en Artes Visuales :: ANIAV 2017 :: GLOCAL. Valencia: Universitat Politècnica València, 2017. http://dx.doi.org/10.4995/aniav.2017.5836.

Full text
Abstract:
Un proceso de colonización es entendido habitualmente como un movimiento de dentro a fuera, como una extensión porosa de las fronteras. Colonización es sin embargo un concepto que ha sido también empleado para referirse a procesos hacia adentro, de transformación de dominios propios. En la historia reciente de España, el Instituto Nacional de Colonización operó entre los años 1939-1973 una conversión del paisaje rural en numerosas zonas de la Península. A través de canalizaciones, desecaciones y construcción de pueblos y embalses, facilitó la explotación del territorio en términos productivos, abriendo el paisaje a nuevas prácticas agrícolas y tecnológicas.Este despliegue de infrastructuras coincidió con los vuelos que dieron paso al primer registro ortofotográfico completo del Estado. La transformación del paisaje tuvo lugar entonces junto a una nueva forma de mediación, la de la visión aérea. La extensión simultánea de estas dos superficies, la de un terreno reorientado a la producción y la de su impresión fotográfica desde el aire, permite entender esta doble interacción de la luz con la tierra en términos de lo que el teórico de los media Jussi Parikka ha denominado medianatures. Una doble relación en la que, por un lado, la visión aérea ejerce su "poder para transformar, redefinir e hibridizar naciones, territorios y culturas" - en palabras de la teórica de los media Lisa Parks-, y en la que por otro lado la visión aparece como expresión misma de una relación material con la superficie; citando a Ryan Bishop: "si algo es visible, tocable, entonces es de facto una superficie y dependiente de otra entidad, otro suelo como soporte, no visible o inteligible."Esta comunicación presenta la Colonización Interior como una genealogía material de la visualidad contemporánea, fijando así a la producción de imágenes hoy una historia de trabajos forzados y de explotación del medioambiente.http://dx.doi.org/10.4995/ANIAV.2017.5836
APA, Harvard, Vancouver, ISO, and other styles
9

Elmoutawakkil, N., S. Bouzoubaa, S. Bellemkhannate, and I. Benyahya. "Flux de travail du guidage tridimensionnel en chirurgie orale." In 66ème Congrès de la SFCO. Les Ulis, France: EDP Sciences, 2020. http://dx.doi.org/10.1051/sfco/20206602005.

Full text
Abstract:
L’implantologie assistée par ordinateur permet de sécuriser le geste, de prévoir les potentielles complications, d’anticiper la séquence de forage et le choix de l’implant et donne la possibilité d’avoir une transition entre la simulation et la chirurgie à l’aide d’un guide chirurgical, elle est utilisée pour faciliter l’établissement d’un diagnostic précis et du plan de traitement idéal[1]. Dès que les images radiologiques (sous format DICOM) sont acquises suite à la réalisation d’une tomodensitométrie ou d’un cône-beam, elles sont transférées dans un logiciel de planification qui permettra la transformation des vues bidimensionnelles en une vision tridimensionnelle, pour évaluer la quantité et la qualité du volume osseux disponible et réaliser une représentation colorée et tridimensionnelle des éléments anatomiques présents sur les coupes dans le but de réaliser une simulation implantaire, Une fois placé, l’implant est visualisé immédiatement dans les trois plans de lespace, ensuite le praticien peut anticiper les caractéristiques du pilier, l’axe prothétique, et simuler l’épaisseur de la gencive. Ainsi un guide chirurgical à appui dentaire, muqueux ou osseux est conçu, à sa réception du guide, le fabricant fournit une feuille de route correspondant au système implantaire et à la trousse chirurgicale utilisée. Elle contient toutes les informations pour chaque implant et peut être complété par des cuillères et des porte-implants individualisés.Les résultats montrent que les écarts entre la réalité clinique et la planification émanent du type d’appui du guide. Un bio-modèle peut être imprimé en 3D, il servira comme outil pédagogique pour expliquer au patient le déroulement du projet et permettra également de réaliser une chirurgie « sèche » en amont de la pose d’implant ; et dans le cas de régénération osseuse guidée utilisant des grilles en titane il servira de support pour les préformer dans l’asepsie totale [2]. Les prothèses provisoires immédiates sont également réalisées au besoin, grâce à la superposition de la conception tridimensionnelle implantaire au modèle du patient scanné optiquement éviteant les erreurs de conception des prothèses immédiates. En oncologie buccale, la planification assistée permettra en segmentant la tumeur, de visualiser ses marges et sa taille, de réaliser un guide de résection et de customiser les plaques et les treillis imprimés en 3D. L’avènement de la conception et de la fabrication assistée par ordinateur a permis de révolutionner la chirurgie orale et de supprimer les erreurs opérateur dépendant en codifiant les actes, le travail présenté vise à décrire les différentes étapes du flux de travail optimal à adopter en chirurgie orale, permettant la réalisation de chirurgie totalement assistée, la conception et la fabrication de différents guides de forage et de résection osseuse ainsi que des prothèses provisoires immédiates [3].
APA, Harvard, Vancouver, ISO, and other styles
10

Roma, Chiara. "Possibles liens avec le monde Antique. La suggestion des ruines dans les œuvres de Le Corbusier: de l'architecture Romaine au bâtiment de la Haute-Cour de Justice de Chandigarh." In LC2015 - Le Corbusier, 50 years later. Valencia: Universitat Politècnica València, 2015. http://dx.doi.org/10.4995/lc2015.2015.728.

Full text
Abstract:
Résumé: La recherche s'intéresse à la formation de Le Corbusier et à sa capacité d'abstraction au travers des mémoires, images liées à la connaissance du monde antique; un approfondissement qui traite le lien entre les œuvres du Maître et l'étude de l'architecture romaine, soulignant ainsi deux clés de lecture: une liée à l'archétype des modèles classiques, et une seconde liée aux ruines et à son paysage archéologique. Si la première laisse apparaitre clairement la composante rationnelle, volonté de poursuivre une architecture universelle, dans laquelle s'affirme l'utilisation de la raison que seuls les archétypes peuvent enseigner; la seconde tente de délimiter la relation entre le pouvoir évocateur de la ruine et les suggestions personnelles de l'architecte. Parcourant les phases de sa formation, la recherche se concentre sur les connaissances que le jeune Jeanneret acquiert durant son séjour allemand (1910-1911), première phase d'étude de l'architecture romaine qui alimente un intérêt destiné à se développer grâce à l'expérience du Voyage d'Orient et à l'approfondissement de certaines sources, tels que les vues de Piranesi. Cet approfondissement se retrouve dans de nombreux dessins et réflexions contenus dans les carnets 4 et 5 rédigés durant le séjour romain. Ces expériences représenteront une source d'inspiration pour sa production architecturale et théorique, présuppositions qui semblent apparaitre dans certaines œuvres de l'architecte y compris la Haute Cour de Justice de Chandigarh en 1952. Abstract: The research focuses on Le Corbusier educational process and on his ability to abstract, through his memories, the images related to the knowledge of the Ancient World; a study that addresses the clear connection between the works of Le Corbusier and his knowledge of Roman architecture, outlining two interpretations: the first one linked to the archetype of classic models, and the second one to ruins and archaeological landscape. The first interpretation clearly illustrates the rational perspective, the will to pursue an universal architecture distinguished by use of reason, that only archetypes can teach, whereas the second interpretation attempts to outline the relationship between the evocative influence of the ruin and the personal suggestions of the architect. Retracing the steps of his educational process, the research investigates the knowledge acquired by the young Jeanneret during his German stay (1910-1911). This is the first phase of the study of Roman architecture, that inspires him an interest that will be pursued later through the experience of the Voyage d 'Orient and the study of some sources, such as Piranesi's views. This learning is reflected in numerous drawings and reflections contained in Carnet 4 and in Carnet 5, elaborated during his stay in Rome. These experiences will be a source of inspiration for his architectural production and theoretical assumptions, and they seem to be reflected in some works of the architect, as the Chandigarh Haute Cour of 1952. Mots-clés: ruines; architecture Romaine; Villa Adriana; Haute Cour. Keywords: ruins; Roman architecture; Villa Adriana; Haute Cour. DOI: http://dx.doi.org/10.4995/LC2015.2015.728
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Vue.js"

1

Del Viejo, Juan, Ramón García, Manuel Rodriguez Porcel, Alejandro Rojas, and José Luis Villa Martínez. Retos y desafíos en cadenas de suministro en Republica Dominicana por efecto del COVID-19. Edited by Óscar Mauricio Beltrán Real and María de Lourdes Núñez. Inter-American Development Bank, May 2021. http://dx.doi.org/10.18235/0003308.

Full text
Abstract:
Este documento hace parte de una serie de iniciativas impulsadas por el Banco Interamericano de Desarrollo (BID) para aportar herramientas e instrumentos que le sirvan al sector logístico de República Dominicana (RD) a la definición de estrategias de resiliencia ante las consecuencias económicas que sufrió el sector por cuenta de la emergencia de salud que se vive a nivel mundial por el COVID-19. La propagación de la pandemia, obligó a las autoridades a tomar una serie de medidas que provocaron en República Dominicana una caída drástica del turismo por la falta de vuelos comerciales, así como una disminución en la demanda de productos no esenciales y esenciales que antes eran demandados en gran proporción por este sector. A lo anterior se sumaron situaciones específicas que impactaron el normal comportamiento de las cadenas de suministro, como: la interrupción de las exportaciones que empleaban los vuelos comerciales; los retrasos en las gestiones aduaneras; el aprovisionamiento masivo por la población de elementos de protección personal para evitar el contagio; el desabastecimiento inicial y la subida del precio del material sanitario de protección individual; el cambio de hábitos de comportamiento para evitar el contacto físico, directo o indirecto, con otras personas; el incremento del comercio online, tanto nacional como internacional; la suspensión de empleos por la falta de actividad en muchos sectores, especialmente en los no esenciales; y en general la caída de la actividad económica. Ante esta situación, en este documento se presenta una diagramación de las principales cadenas de suministro de productos esenciales, en estado de normalidad, identificando actores, tiempos y costos; de tal forma que sirvan al estado dominicano como insumo para la definición de estrategias de seguridad nacional, ante situaciones como las vividas con la pandemia.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography