1.0.11 • Published 4 years ago

jstrap-test v1.0.11

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

jStrap

A simple CSS and Javascript framework. Very much a "work in progress".

Installation:

Svelte:

  1. Install via npm: npm install jstrap
  2. Use with rollup: npm install rollup-plugin-copy then edit the rollup.config.js file:
import copy from "rollup-plugin-copy";

copy({
      targets: [
        {
          src: "./node_modules/jstrap-test/css",
          dest: "./public/build/jstrap/",
        },
        {
          src: "./node_modules/jstrap-test/js",
          dest: "./public/build/jstrap/",
        },
      ],
    }),
  1. Edit index.html in the public folder and add these two lines to the head tag:
<link rel='stylesheet' href='./build/jstrap/css/core.css'>
<script type="module" defer src='./build/jstrap/js/core.js'></script>
1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago