项目作者: florentcm
项目描述 :
Another Lorem Ipsum Generator
高级语言: Vue
项目地址: git://github.com/florentcm/alig.git
🐊 Alig - Another Lorem Ipsum Generator

🎉 Getting Started
- 👯♂️ Clone the repository locally and cd into the directory.
git clone https://github.com/xdesro/nuxt-netlify-cms-starter
cd nuxt-netlify-cms-starter
- 📦 Install dependencies.
yarn install
- 🏗 Run the project for local dev. This will start a hot-reloading server at
localhost:3000
.
yarn dev
- 🌌 Build the app for server-side rendered deployment. See more about Universal SSR in the Nuxt.js docs.
yarn build
# And to serve that deployment...
yarn start
- ⚡️ Generate a fully pre-rendered static site. See more in the docs.
yarn generate
This project was bootstrapped with create-nuxt-app
. There are more detailed explanations of how everything works in the Nuxt.js docs.
🖋 Activating Netlify CMS
This project comes with Netlify CMS ready to rumble, and a basic blog configuration. To use Netlify CMS:
🔏 Authenticating with Netlify Identity
- Deploy to Netlify at least once.
- Go to Settings > Identity, and select Enable Identity service.
- Once enabled, select Settings and usage, and scroll down to Registration preferences. You can set this to either Open or Invite only, but usually Invite only is your best bet for a personal site.
- If you don’t want to create an account, or would like to use an external provider such as GitHub or Google, you can enable those services under External providers.
- Scroll down to Services and click Enable Git Gateway.
The default configuration expects you to run on Netlify’s Large Media, which uses Git LFS. To configure this yourself read up on it here:
🔐 Local Setup
- In your browser, navigate to
localhost:3000/admin
. - Enter the Netlify URL of your site when prompted. (when using a different domainname host, use be sure to use the URL as provided by Netlify, not your domain host)
- Login with the account you created or one of the external providers, if you enabled them.
💁♀️ Questions? Concerns?