Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prismicio/sm-documentation
https://github.com/prismicio/sm-documentation
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prismicio/sm-documentation
- Owner: prismicio
- Created: 2020-03-25T15:29:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:34:38.000Z (about 2 years ago)
- Last Synced: 2025-01-06T06:12:39.153Z (7 days ago)
- Language: Vue
- Size: 2.13 MB
- Stars: 4
- Watchers: 16
- Forks: 5
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slice Machine Website built with Prismic & Nuxt.js
> A [Nuxt.js](https://nuxtjs.org) website with content managed in [Prismic](https://prismic.io) to showcase our [Slice Machine Project](https://www.slicemachine.dev/).
Feel free to suggest changes and help us keep the website update to date. Suggest changes for content/documentation in the issues and we'll update the Prismic Repository.
## Visit the Website
[You visit the website to learn more about Slice Machine here.](https://www.slicemachine.dev/)
## Launch this project in your local environment
Run the following commands:
``` bash
npm install
npm run dev
```
Then you can access it at [http://localhost:3000](http://localhost:3000).## Compile and minify for production and launch the server
``` bash
npm run build
npm start
```## Learn more about using Prismic with Nuxt.js
> [Prismic Nuxt.js Documentation](https://prismic.io/docs/technologies/nuxtjs)
## License
This software is licensed under the Apache 2 license, quoted below.
Copyright 2019 Prismic (http://prismic.io).
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project 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.