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