-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.cjs
12 lines (12 loc) · 1.02 KB
/
_config.cjs
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
title: 'Webpack Vanilla JS — Template',
description:
'Start a Vanilla JavaScript App, SPA, landing page or website using Webpack, Babel, Core-JS, SASS / SCSS, Tailwind CSS and much more, in just 30 seconds.',
keywords: `
vanilla js webpack, vanillajs webpack, vanilla.js webpack, vanilla-js webpack,
vanilla javascript webpack, vanillajavascript webpack, vanilla.javascript webpack, vanilla-javascript webpack,
vanilla js webpack template, vanillajs webpack templante, vanilla.js webpack templante, vanilla-js webpack templante,
vanilla javascript webpack templante, vanillajavascript webpack templante, vanilla.javascript webpack templante, vanilla-javascript webpack templante,
javascript, js, vanilla-javascript, vanilla-js, development, template, boilerplate, template-boilerplate, boilerplate-frontend, starter-kit, webpack, babel, core-js, husky, eslint, commitlint, prettier, postcss, tailwind, tailwindcss, sass, scss, css, github, web app, web-app, webapp, spa
`
};