Skip to content

Instantly share code, notes, and snippets.

@perkinsjr
Created January 6, 2021 19:04
Show Gist options
  • Save perkinsjr/1f7d8f6229805b50c3832a778b8bc4a6 to your computer and use it in GitHub Desktop.
Save perkinsjr/1f7d8f6229805b50c3832a778b8bc4a6 to your computer and use it in GitHub Desktop.
Eleventy install
npm install @11ty/eleventy @11ty/eleventy-plugin-syntaxhighlight @tailwindcss/typography autoprefixer cross-env css-loader mini-css-extract-plugin npm-run-all postcss postcss-import postcss-loader tailwindcss webpack webpack-cli
@gunslinger-dev
Copy link

Missing --save-dev to install as development dependencies

npm install @11ty/eleventy @11ty/eleventy-plugin-syntaxhighlight @tailwindcss/typography autoprefixer cross-env css-loader mini-css-extract-plugin npm-run-all postcss postcss-import postcss-loader tailwindcss webpack webpack-cli --save-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment