1.2.0 • Published 3 years ago

create-soft-app v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Create-soft-app

Soft is Easy To Use javascript library for Creating Single Page Applications.

Soft Features

  • 😋 Soft doesn't Require any javascript Bundlers (Webpack, Rollup, Vite, etc...).
  • 🔥 Fast and Fully Reactive Web Components.
  • 👌 SPA (Single Page Applications) Made Easy.
  • 💪 Powerful And Easy To Use State Management.

Installation

npm

  npx create-soft-app@latest

  cd <App Name>
  npm Install
  npm run dev

cdn

  • Global Scope
    <script src="https://cdn.jsdelivr.net/npm/create-soft-app@latest/dist/Soft.js"></script>
    OR
    <script src="https://cdn.jsdelivr.net/npm/create-soft-app@latest/dist/Soft.min.js"></script>
  • ESM
    import { Component, CreateBrowserRouter, CreateStore } from "https://cdn.jsdelivr.net/npm/create-soft-app@latest/dist/Soft.esm.js"
    OR
    import  { Component, CreateBrowserRouter, CreateStore } from "https://cdn.jsdelivr.net/npm/create-soft-app@latest/dist/Soft.esm.min.js"

License

MIT

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago