Skip to content
/ nuxtify Public

A clean boilerplate to start a static website, batteries included

Notifications You must be signed in to change notification settings

witify/nuxtify

Repository files navigation

Nuxtify

Netlify Status

A clean boilerplate to start a static website, batteries included

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.

Export/Import SQUIDEX Schema

# CONFIGURATION

# Add a configuration
.\sq.exe config add [APP_NAME] [CLIENT_ID] [CLIENT_SECRET]

# Show all configurations
.\sq.exe config list

# Switch to another config
.\sq.exe config use [CONFIG_NAME]

# SCHEMA

# Save schema to a file
.\sq.exe schemas get schema1 > schema.json

# Sync with another app
.\sq.exe config use app2
.\sq.exe schemas sync schema.json

# CONTENT

# Export content
.\sq.exe content export features

# Import content
.\sq.exe content import features File.csv

About

A clean boilerplate to start a static website, batteries included

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published