Skip to content

A wicked experiment combining Nuxt and Meteor.js

License

Notifications You must be signed in to change notification settings

shayank66/Meteor-Nuxt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor-Nuxt

A wicked experiment attempting combining Meteor and Nuxt for highly modern application development with split responsibilities.

We use Nuxt for it's excellent SSR capabilities with Vue. Something Meteor really can't do very well. Meteor is used simply for what it does do very well, DDP.

Installation

npm install     # Install dependencies for Meteor-Nuxt

npm run setup   # Prepare project for first start.

Usage

npm start

This will start up two servers, Meteor and Nuxt.

Once both servers are running, you can access the app through localhost:8080.

License

MIT

About

A wicked experiment combining Nuxt and Meteor.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vue 68.7%
  • JavaScript 31.3%