Displaying 1 to 20 from 68 results

hexo-theme-next - Elegant theme for Hexo.

  •    CSS

NexT is a high quality elegant Hexo theme. It is crafted from scratch, with love. More NexT examples here.

hexo-theme-next - Elegant and powerful theme for Hexo.

  •    CSS

«NexT» is a high quality elegant Hexo theme. It is crafted from scratch, with love. More «NexT» examples here.

create-next-app - Create Next.js apps in one command

  •    Javascript

Open http://localhost:3000 to view your running app. When you're ready for production, run npm run build then npm run start. You don't need to install or setup Webpack or Babel. They come packaged with next, so you can just start coding.




ream - 🚀 Framework for building universal web app and static website in Vue.js (beta)

  •    Javascript

And that's it, run ream dev and have fun playing with your app at http://localhost:4000. ream © egoist, Released under the MIT License. Authored and maintained by egoist with help from contributors (list).

vue-2-boilerplate - Vue 2 boilerplate for developing medium to large single page applications.

  •    Javascript

But yeah, this will basically do the same as npm install. If even this is too much of a deal, try creating an alias and bind npm install && npm run serve to npmis. In the root of the boilerplate is a predefined environment file. Copy the file and name it .env or a configuration specific file like .env.dev. For more information, visit the docs.

postcss-preset-env - Convert modern CSS into something browsers understand

  •    CSS

PostCSS Preset Env lets you convert modern CSS into something most browsers can understand, determining the polyfills you need based on your targeted browsers or runtime environments. Without any configuration options, PostCSS Preset Env enables Stage 2 features and supports all browsers.


next-mdx-remote - Load mdx content from anywhere through getStaticProps in next.js

  •    TypeScript

While it may seem strange to see these two in the same file, this is one of the cool things about Next.js -- getStaticProps and TestPage, while appearing in the same file, run in two different places. Ultimately your browser bundle will not include getStaticProps at all, or any of the functions it uses only on the server, so serialize will be removed from the browser bundle entirely. <MDXRemote /> accepts a scope prop, which makes all of the values available for use in your MDX.

next-iron-session - 🛠 Next

  •    Javascript

This Next.js, Express and Connect backend utility allows you to create a session to then be stored in browser cookies via a signed and encrypted seal. This provides client sessions that are ⚒️ iron-strong. The seal stored on the client contains the session data, not your server, making it a "stateless" session from the server point of view. This is a different take than next-session where the cookie contains a session ID to then be used to map data on the server-side.

next-on-netlify - Build and deploy Next.js applications with Server-Side Rendering on Netlify!

  •    Javascript

We are deprecating next-on-netlify in favor of Netlify's Essential Next.js Build Plugin. Please visit this issue to learn more about the deprecation of next-on-netlify and ask any questions. You can also visit our simple Migration doc for assistance migrating to the plugin. next-on-netlify is a utility for enabling server-side rendering in Next.js on Netlify. It wraps your application in a tiny compatibility layer, so that pages can use Netlify Functions to be server-side rendered.

trpc - 🧙‍♀️ End-to-end typesafe APIs made easy

  •    TypeScript

tRPC allows you to easily build & consume fully typesafe APIs, without schemas or code generation. Still reading? Follow @alexdotjs on Twitter if you have any questions or want to keep up to date what's coming next.

fastify-nextjs - React server side rendering support for Fastify with Next

  •    Javascript

React server-side rendering support for Fastify with Next.js framework. Since Next.js needs some time to be ready on the first launch, you must declare your routes inside the after callback, after you registered the plugin. The plugin will expose the next API in Fastify that will handle the rendering for you.

next-blog - Markdown based blog using next.js, supporting static export

  •    Javascript

Markdown based blog using next. It also uses processmd to compile the markdown files and watch for changes (disclaimer: another project of mine). Clone this repo and use it as a starting point for your own blog.

netlify-plugin-nextjs - A build plugin to integrate Next.js seamlessly with Netlify

  •    Javascript

This build plugin is a utility for supporting Next.js on Netlify. To enable server-side rendering and other framework-specific features in your Next.js application on Netlify, you will need to install this plugin for your app. This means that you don't have to do anything — just build and deploy your site to Netlify as usual and we'll handle the rest.

leaflet-knn - k-next-nearest-neighbor searches for Leaflet

  •    Javascript

Next-nearest neighbor searches with sphere-knn, with a Leaflet-friendly API.Generates a lookup function from an L.geoJson layer object.