Spectacle Boilerplate

[已弃用]用于开始使用 Spectacle Core 的样板项目。「Boilerplate project for getting started with Spectacle Core」

Github stars Tracking Chart

Spectacle Boilerplate

已废弃。这个项目已经被废止了,请安装 spectacle-cli 并使用 spectacle-boilerplate 来轻松生成你的演示文稿。请安装 spectacle-cli 并使用 spectacle-boilerplate 来轻松生成你的演示文稿。

生成一个 Spectacle 演示文稿

首先,安装 spectacle-cli。

$ npm install -g spectacle-cli

注意:如果你想避免全局安装,你可以使用 npx -p spectacle-cli spectacle-boilerplate 来代替下面的 spectacle-boilerplate 命令。

然后生成一个新的样板 Spectacle 项目!

$ spectacle-boilerplate

# ... or with options! ...
$ spectacle-boilerplate \
  --mode "js" \
  --name "deck-o-awesomeness" \
  --description "My fantastic Spectacle presentation" \
  --dir "PATH/TO/NEW/DECK/DIRECTORY"

# Check out the full usage
$ spectacle-boilerplate -h

编写并建立你的项目!

完整的说明请参见 模板指南 。作为一个快速入门:

# Install your dependencies
$ yarn

# Start development server at localhost:8080
$ yarn start

# Create a production build for publishing
$ yarn build


Main metrics

Overview
Name With OwnerFormidableLabs/spectacle-boilerplate
Primary Language
Program languageJavaScript, HTML (Language Count: 0)
PlatformLinux, Mac, Windows
License:
所有者活动
Created At2015-11-21 16:56:56
Pushed At2020-01-07 20:15:28
Last Commit At2020-01-07 12:15:26
Release Count0
用户参与
Stargazers Count578
Watchers Count57
Fork Count192
Commits Count72
Has Issues Enabled
Issues Count38
Issue Open Count22
Pull Requests Count26
Pull Requests Open Count6
Pull Requests Close Count12
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Spectacle Boilerplate

⚠️ Deprecated: This project has been deprecated. Please install spectacle-cli and use spectacle-boilerplate to generate your presentations with ease!

Generate a Spectacle presentation

First, install spectacle-cli:

$ npm install -g spectacle-cli

ℹ️ Note: If you would like to avoid a global install, you can use npx -p spectacle-cli spectacle-boilerplate in the place of the spectacle-boilerplate command below.

Then generate a new boilerplate Spectacle project!

$ spectacle-boilerplate

# ... or with options! ...
$ spectacle-boilerplate \
  --mode "js" \
  --name "deck-o-awesomeness" \
  --description "My fantastic Spectacle presentation" \
  --dir "PATH/TO/NEW/DECK/DIRECTORY"

# Check out the full usage
$ spectacle-boilerplate -h

Author and build your project!

See the boilerplate guide for full instructions. As a quick starter:

# Install your dependencies
$ yarn

# Start development server at localhost:8080
$ yarn start

# Create a production build for publishing
$ yarn build