项目作者: IbanMM

项目描述 :
Example App with Nuxt, Nuxt content, Tailwind CSS
高级语言: JavaScript
项目地址: git://github.com/IbanMM/nuxt-content-tailwind.git
创建时间: 2020-06-13T13:52:59Z
项目社区:https://github.com/IbanMM/nuxt-content-tailwind

开源协议:

下载


Black Magic Stack: JAM stack + No BBDD + Tailwind CSS

Jam Stack Example with Nuxt, Nuxt Content & Tailwind CSS

Build Setup

  1. # install dependencies
  2. $ npm install
  3. # generate dummie data
  4. $ cd scripts
  5. $ node products-generate.js
  6. # serve with hot reload at localhost:3000
  7. $ npm run dev
  8. # build for production and launch server
  9. $ npm run build
  10. $ npm run start
  11. # generate static project
  12. $ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.