https://github.com/buttercms/create-customer-support-portal
How to Create a Customer Portal with ButterCMS
https://github.com/buttercms/create-customer-support-portal
Last synced: 3 months ago
JSON representation
How to Create a Customer Portal with ButterCMS
- Host: GitHub
- URL: https://github.com/buttercms/create-customer-support-portal
- Owner: ButterCMS
- Created: 2022-03-11T00:52:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T17:34:21.000Z (over 3 years ago)
- Last Synced: 2026-01-29T22:35:45.542Z (5 months ago)
- Language: Vue
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-customer-support-portal
How to Create a Customer Portal with ButterCMS
## Important Notice
This project was created as an example use case of ButterCMS in conjunction with a blog article, [How to Create a Customer Portal with ButterCMS](https://buttercms.com/blog/how-to-create-a-customer-portal-with-buttercms/), and will not be actively maintained.
If you’re interested in exploring the best, most up-to-date way to integrate Butter into Nuxt.js, you can check out the following resources:
### Starter Projects
The following turn-key starters are fully integrated with dynamic sample content from your ButterCMS account, including main menu, pages, blog posts, categories, and tags, all with a beautiful, custom theme with already-implemented search functionality. All of the included sample content is automatically created in your account dashboard when you sign up for a free trial of ButterCMS.
- [Nuxt Starter](https://buttercms.com/starters/nuxtjs-starter-project/)
- [Angular Starter](https://buttercms.com/starters/angular-starter-project/)
- [React Starter](https://buttercms.com/starters/react-starter-project/)
- [Vue.js Starter](https://buttercms.com/starters/vuejs-starter-project/)
- Or see a list of all our [currently-maintained starters](https://buttercms.com/starters/). (Over a dozen and counting!)
### Other Resources
- Check out the [official ButterCMS Docs](https://buttercms.com/docs/)
- Check out the [official ButterCMS API docs](https://buttercms.com/docs/api/)
## Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```
## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).