All Projects → lautiamkok → nuxt-plumber

lautiamkok / nuxt-plumber

Licence: other
Creating R web applications with Nuxt and Plumber.

Programming Languages

Vue
7211 projects
r
7636 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nuxt-plumber

natural js
Natural-JS : Javascript Front-End Architecture Framework
Stars: ✭ 35 (+133.33%)
Mutual labels:  jquery-ui
Dropdown
a lightweight dropdown of jQuery plugins
Stars: ✭ 105 (+600%)
Mutual labels:  jquery-ui
Shinyjqui
jQuery UI Interactions and Effects for Shiny
Stars: ✭ 225 (+1400%)
Mutual labels:  jquery-ui
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+1706.67%)
Mutual labels:  jquery-ui
Minecraft Rcon
Minecraft RCON Web (using PHP) Console
Stars: ✭ 70 (+366.67%)
Mutual labels:  jquery-ui
Jquery Ui Month Picker
jQuery UI Month Picker Plugin
Stars: ✭ 154 (+926.67%)
Mutual labels:  jquery-ui
Persian-DatePicker
jQuery UI Datepicker with bootstrap theme (Persian Shamsi, Arabic, Gregorian Calendar Support)
Stars: ✭ 36 (+140%)
Mutual labels:  jquery-ui
MultiDialog
MultiDialog utilizes jQuery UI Dialog Widget for a full featured Modalbox / Lightbox application.
Stars: ✭ 23 (+53.33%)
Mutual labels:  jquery-ui
Aristo Jquery Ui Theme
The "Aristo" theme for Cappuccino ported to a jQuery UI Theme
Stars: ✭ 1,360 (+8966.67%)
Mutual labels:  jquery-ui
Hallo
Simple rich text editor (contentEditable) for jQuery UI
Stars: ✭ 2,455 (+16266.67%)
Mutual labels:  jquery-ui
Elfinder
📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
Stars: ✭ 4,189 (+27826.67%)
Mutual labels:  jquery-ui
Hive Framework
A website development framework built with Sass, and incorporating jQuery UI.
Stars: ✭ 14 (-6.67%)
Mutual labels:  jquery-ui
Bs grid
Bootstrap Datagrid
Stars: ✭ 184 (+1126.67%)
Mutual labels:  jquery-ui
Multiple Dates Picker For Jquery Ui
MDP is a little plugin that enables jQuery UI calendar to manage multiple dates.
Stars: ✭ 256 (+1606.67%)
Mutual labels:  jquery-ui
Create
Midgard Create, a generic web editing interface for any CMS
Stars: ✭ 2,505 (+16600%)
Mutual labels:  jquery-ui
dynamic-table
Dynamic Table jQuery Plug-in - A table that can be sorted, filtered and edited, similar to common spreadsheet application.
Stars: ✭ 26 (+73.33%)
Mutual labels:  jquery-ui
Visualforce Table Grid
Flexible and highly customizable Visualforce table grid component. Salesforce.com Classic Look and Feel.
Stars: ✭ 126 (+740%)
Mutual labels:  jquery-ui
customer-tracker
R data products: Reports, Presentations, Apps, and API's
Stars: ✭ 19 (+26.67%)
Mutual labels:  plumber
kafka-streams-plumber
Plumber, for your dirtiest Kafka streaming jobs
Stars: ✭ 24 (+60%)
Mutual labels:  plumber
Structured Filter
jQuery UI widget for structured queries like "Contacts where Firstname starts with A and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
Stars: ✭ 213 (+1320%)
Mutual labels:  jquery-ui

Nuxt + Plumber

A basic sample Nuxt application with Plumber.

Plumber handles the backend as an API. Nuxt handles the view and calls the API, e.g http://127.0.0.1:3000/ (from Nuxt) will call http://127.0.0.1:8000/api (from Plumber).

Read the post here about this repository.

Quick start

Build Setup (Plumber/ API)

# Production build
$ ./index.R

Access it at http://localhost:8000/

Build Setup (Nuxt)

# Dependencies
$ npm install

# Development
$ npm run dev

# Production build
$ npm start

Access it at http://localhost:3000/

Notes

  1. You must run these two apps concurrently.

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].