web-ultra
v1.0.2
Published
A template to start with your web project, using html5, css and vanilla javascripts
Downloads
11
Readme
HTML5, CSS and Javascripts Template
You don't need to start your project from create your css, js and html files each and every time!!!
Codepen is not always useful!
https://registry.npmjs.org
- npm init
- npm adduser
- npm login
- npm whoami
Note:
1. You need to create an npm account and then verify your email address, otherwise, you won't be able to publish your packages
2. name in package.json has to be unique so that people can install it from the npmjs.com
Npm publish issues
http - npm behind a proxy fails with status 403 - Stack Overflow
issues
- forget to add type='module' in script tag in index.html
(Issue fixed and updated the package versoin to 1.0.2) 2.