GitXplorerGitXplorer
t

eleventy-starter-wcc

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
45d161ab5e3f4ea98454d7af3b692509b7b796bd

bump latest 11ty WCC plugin

tthescientist13 committed 2 years ago
Verified
7fbd5747d5f3c349be6ea15b9db65373e5ab05ed

initial scaffolding and styles (#1)

tthescientist13 committed 3 years ago
Unverified
2f62b2adc7a0ad9dd39189f4727db3c6309e7664

upgrade latest WCC plugin and fix passthroughCopy glob

tthescientist13 committed 3 years ago
Unverified
eab6061ba8cdb3adbb5272cf0c8b9e461b7c3e70

basic layout

tthescientist13 committed 3 years ago
Unverified
f3327f8a6b4b5b834da142232af2c80cc5bc86c0

fix build

tthescientist13 committed 3 years ago
Unverified
3c4b370c6b12c127dccd0ee7520fe1af5392bfff

init commit

tthescientist13 committed 3 years ago

README

The README file for this repository.

eleventy-starter-wcc

A starter repo for using Eleventy integrated with Web Components Compiler (WCC) using eleventy-plugin-wcc.

Usage

  1. You can either git clone or use degit to get the contents of this repo.
    # git
    $ git clone git@github.com:thescientist13/eleventy-starter-wcc.git
    
    # degit
    npx degit thescientist13/eleventy-starter-wcc
  2. After that, cd into the project and run npm ci.

Commands

Here are the commands you can run to build and develop your site.

Build

To build the site for deployment, run npm run build.

Serve

To build the site for development and live reloading, run npm start.