Spectacle Boilerplate

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

Github星跟踪图

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


主要指标

概览
名称与所有者FormidableLabs/spectacle-boilerplate
主编程语言
编程语言JavaScript, HTML (语言数: 0)
平台Linux, Mac, Windows
许可证
所有者活动
创建于2015-11-21 16:56:56
推送于2020-01-07 20:15:28
最后一次提交2020-01-07 12:15:26
发布数0
用户参与
星数578
关注者数57
派生数192
提交数72
已启用问题?
问题数38
打开的问题数22
拉请求数26
打开的拉请求数6
关闭的拉请求数12
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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