Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ember-learn/tutorial-source

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember-learn/tutorial-source

Markdown files for Ember Tutorials

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
6
Weekly downloads
 
Created
Source

Ember Tutorials Soruce

This repository is part of a Work-In-Progress project to separate and expand on the Ember Tutorials in the Ember Guides.

As this project is pre-1.0, no content should be taken as the final word. Additional review is still pending.

Prerequisites

You will need the following things properly installed on your computer.

Local Development

To see what a local copy of the Tutorial markdown looks like:

  • Clone the Ember Tutorial App App repository
  • run npm install in the tutorial app directory
  • link the tutorial-source repository by running npm link inside this repository, then npm link @ember-learn/tutorial-source in the tutorial-app directory
  • run ember serve in the tutorial app directory
  • Visit your app at http://localhost:4200.
  • Visit your tests at http://localhost:4200/tests.

Adding more things to the table of contents

See pages.yaml in the cli-guides-source. Whatever has a url of index will be what is shown for the top level path, like /tutorial/. There must be an index.md under each topic.

Deploying

See instructions on the cli-guides-app README.

FAQs

Package last updated on 28 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc