ruvcoindev / crystallize-nuxtjs-boilerplate

NuxtJS JAMStack open source eCommerce storefront for Crystallize. To get you a head start with headless eCommerce.

Home Page:https://nuxt.superfast.shop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crystallize - NuxtJS Boilerplate


This repository is what we call a "subtree split": a read-only copy of one directory of the main repository.

If you want to report or contribute, you should do it on the main repository: https://github.com/CrystallizeAPI/boilerplates


Crystallize Community Slack Nuxt: latest Vue code style: prettier code linter: Eslint

Storefront for the headless ecommerce & GraphQL based product Information Management service Crystallize. Vue commerce with Nuxt.js.

This Nuxt.js gives you a head start when building a VueJS ecommerce with frontend performance in focus. You can have rich ecommerce content with the super structured PIM engine in Crystallize powering your product catalogue.

Fast frontend performance delivers a better ecommerce experience and is a key ingredient in the ecommerce SEO checklist. Rich content driven ecommerce experiences builds the foundation for a content strategy for exponential growth marketing.

Check it out, the boilerplate is Open Source and MIT licensed.

Get started with a single click

Deploy to Vercel

Getting Started with the CLI

You can use Crystallize CLI to bootstrap a project with this Nuxt.js + Vue boilerplate.

Simply run the following command (>= Node 8 required):

npx @crystallize/cli my-project

This will walk you through the steps of specifying your tenant, choosing the template (Nuxt.js + Vue) and adding additional features such as Vercel.

Once your project has been created, you can simply navigate into your project's directory and run the following to start up your development server:

npm run dev
# or
yarn dev

This will start up the server on http://localhost:3000 for development.

Deploying with Vercel

  • Register a Vercel account
  • Install vercel yarn global add vercel or npm i -g vercel
  • Run vercel

About

NuxtJS JAMStack open source eCommerce storefront for Crystallize. To get you a head start with headless eCommerce.

https://nuxt.superfast.shop/

License:MIT License


Languages

Language:Vue 51.9%Language:CSS 27.0%Language:JavaScript 21.0%Language:Shell 0.1%