1.0.3 • Published 1 year ago

javascript-vite v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Pure Vanilla Javascript ECMAScript 10

Standalone Javascript - is a tool where it can renders the same thing as react with Major differences since JS is a Imperative Style.

Features

  • Modular SCSS / Sass / CSS
  • Web Security
  • ES6+ Rendering System

Web Security

  • Add Hashing Generator to Hide the Actual id
  • No Caches Policy
 in index.js

image

  Start.js
    

image

Requires : Node JS

Make sure you download it right away.

  Windows - https://nodejs.org/dist/v18.16.0/node-v18.16.0-x64.msi
  Mac OS - https://nodejs.org/dist/v18.16.0/node-v18.16.0.pkg

install Standalone Javascript

  $ npx @standalone-stacks/javascript/vite <project name>

to Start your project server

  $ npm start

to build deployment ./dist

  $ npm run build