Prismic is a headless website builder. With a traditional CMS, you can manage a website's text and images. With Prismic, you can also manage website components — so teams can build their entire website with Prismic.
This repository should be used alongside Prismic's Crash Course guide.
View the Prismic + Nuxt.js Crash Course
The fastest way to learn Prismic is with a hands-on demo.
npx degit https://github.com/prismicio-community/crash-course-nuxt crash-course-nuxt
cd crash-course-nuxt
npx @slicemachine/init@latest
With these commands, you’ll get a fully-featured Prismic website to test out.
You’ll be asked to log in with a Prismic account and name a new Prismic content repository. Go ahead and name the repository anything you want.
Once the app is created, navigate into the app directory and start it up.
npm run dev
You’ll be able to see the live site running at http://localhost:3000.
Continue learning about Prismic with the Prismic + Nuxt.js Crash Course.
Copyright 2013-2023 Prismic <contact@prismic.io> (https://prismic.io)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.