Skip to content

Drm1804/vue-boilerplate

Repository files navigation

VUE Materialize-css Typescript Boilerplate

Getting started

# 1. Clone the repository.
git clone https://github.com/Vue-Boilerplates/vue-typescript-boilerplate.git my-new-project

# 2. Enter your newly-cloned folder.
cd my-new-project
## proceed with yarn

# 3. Install dependencies. Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install
yarn

# 4. Serve with hot reload at localhost:8080
yarn serve

# 5. Build for production with minification
yarn build
## proceed with npm

# 3. Install dependencies. Make sure npm is installed: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
npm install

# 4. Serve with hot reload at localhost:8080
npm run serve

# 5. Build for production with minification
npm run build

License

Released under the MIT License

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published