Stars: 563
Forks: 64
Pull Requests: 6
Issues: 84
Watchers: 15
Last Updated: 2022-07-05 16:24:23
An Elegant WordPress Theme Powered by :v:Vue.js 2
License: GNU General Public License v3.0
Languages: PHP, CSS, JavaScript, SCSS
This project is not actively maintained, legacy code alert!
git clone [email protected]:HelipengTony/tony.git
https://github.com/HelipengTony/tony/releases
Descriptions are attached below each option
Feature: Automatic Update Checking (v2.0+)
Your name will be on the list Sponsors
Create an issue whenever you encountered any problem, pull requests are always welcomed.
Source codes can be found in src
directory.
Rebuild JavaScript files using webpack after modification:
npm install -g webpack webpack-cli
webpack
Rebuild SCSS files using sass after modification:
gem install sass
sass src/css/style.scss:dist/css/style.css